Files
hoppscotch/packages/hoppscotch-app/gql-codegen.yml
2021-11-02 19:32:47 +05:30

17 lines
429 B
YAML

overwrite: true
schema: https://api.hoppscotch.io/graphql
generates:
helpers/backend/graphql.ts:
documents: "**/*.graphql"
plugins:
- add:
content: // Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.yml
- typescript
- typescript-operations
- typed-document-node
- typescript-urql-graphcache
helpers/backend/backend-schema.json:
plugins:
- urql-introspection