Augments your typeDefs to support an auto-generated API.
typeDefs (required): Your GraphQL type definitions in SDL formatarrow-up-right.
typeDefs
query (default: true): A Boolean controlling whether to generate query types.
query
true
mutation (default: true): A Boolean controlling whether to generate mutation types.
mutation
Last updated 7 years ago