gql-codegen.yml 429 B

12345678910111213141516
  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. - typescript-urql-graphcache
  13. helpers/backend/backend-schema.json:
  14. plugins:
  15. - urql-introspection