Concluding Automatically Generated Types
Use code generated by GraphQL Code Generator in a React application.
We'll cover the following...
What we learned
To recap what we’ve discussed:
The GraphQL server’s schema tells us the shape of our data.
When we run GraphQL Code Generator, we direct it to generate a new
src/generated/graphql.tsx
file in our client ...