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.

15 line
319B

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