gql-codegen.yml 394 B

123456789101112131415
  1. overwrite: true
  2. schema: https://api.hoppscotch.io/graphql
  3. generates:
  4. helpers/backend/graphql.ts:
  5. documents: "**/*.graphql"
  6. plugins:
  7. - add:
  8. content: // Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.yml
  9. - typescript
  10. - typescript-operations
  11. - typed-document-node
  12. helpers/backend/backend-schema.json:
  13. plugins:
  14. - urql-introspection