This project contains a codegeneration tool for GraphQL in Dart. It allows you to generate type-safe Dart classes for your GraphQL operations.
It contains the following packages
- graphql_codegen - The build runner generating the Dart classes.
You'll probably only need graphql_codegen
.