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
269B

  1. overwrite: true
  2. schema: ./src/schema/*.ts
  3. generates:
  4. src/generated/graphql.ts:
  5. plugins:
  6. - typescript
  7. - typescript-resolvers
  8. - typescript-graphql-request
  9. - typescript-operations
  10. ./graphql.schema.json:
  11. plugins:
  12. - "introspection"