Adding Chimp to an existing app

In this section we will turn a basic Apollo-based backend into one that uses our generator.

You can watch me here turn a basic Apollo-based backend into one that uses our generator. Alternatively you can follow through the steps yourself, or if you prefer take a look at the diff here

For an example with a lot more use-cases like Filtering, Pagination, using actual external DataSources and Federation take a look at Examples/Federation