You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
293 B

overwrite: true
schema: "./src/graphql/schema.graphql"
documents: "./src/graphql/*.graphql"
generates:
./src/graphql/tscode.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
./graphql.schema.json:
plugins:
- "introspection"