An auto generated GraphQL API binding with Muta GraphQL
When you want to customize the generated sdk, try to edit the follow config files.
- codegen.yml - a configuration for graphql-code-generator
- muta.graphql - all the GraphQL
query
allmutation
defined, thenquery
s andmutation
s would be generated as reusable TypeScript code
Then run npm run generate
, the code will be generated under the src folder