Further Reading
Our guides helps you getting started with the most popular frameworks, GraphQL clients and servers.
However, many topics such as Prisma integration or Fragment-based component architecture, deserve to be covered.
You will find below a curated list of article and documentation links that will help you to get the best of GraphQL Code Generator.
For front-end applications
Leverage GraphQL Fragments
As stated in our React and Vue guide, we recommend to leverage Fragments to properly declare your UI-components data dependencies.
To get more information on this topic, we highly recommend to read our article covering this topic in depth: "Unleash the power of Fragments with GraphQL Codegen".
Angular projects
For GraphQL servers
- How to get types to work with Prisma: the-guild.dev/blog/graphql-code-generator-and-prisma
- How to properly configure Models types for your resolvers: the-guild.dev/blog/better-type-safety-for-resolvers-with-graphql-codegen#use-your-model-types
- The many ways to implement error handling in GraphQL and its impact on types generation: the-guild.dev/blog/graphql-error-handling-with-fp
- Working with GraphQL Code Generator and GraphCMS by Jamie Barton
- GraphQL Code Generator for WPGraphQL by Kellen Mace
- Gatsby and GraphQL Code Generator - A Perfect Match by Tal Ohana
Stay up-to-date with GraphQL
- Subscribe to The Guild monthly newsletter to ge the last best practices and all of our libraries updates
- graphql.wtf by Jamie Barton is a set of video tutorials around GraphQL
- GraphQL Weekly newsletter