gql-codegen.yml (hoppscotch-2.2.1) | : | gql-codegen.yml (hoppscotch-3.0.0) | ||
---|---|---|---|---|
overwrite: true | overwrite: true | |||
schema: https://api.hoppscotch.io/graphql | schema: https://api.hoppscotch.io/graphql | |||
generates: | generates: | |||
helpers/backend/graphql.ts: | src/helpers/backend/graphql.ts: | |||
documents: "**/*.graphql" | documents: "src/**/*.graphql" | |||
plugins: | plugins: | |||
- add: | - add: | |||
content: // Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.ym | content: > | |||
l | // Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.yml | |||
/* eslint-disable */ | ||||
- typescript | - typescript | |||
- typescript-operations | - typescript-operations | |||
- typed-document-node | - typed-document-node | |||
- typescript-urql-graphcache | - typescript-urql-graphcache | |||
helpers/backend/backend-schema.json: | src/helpers/backend/backend-schema.json: | |||
plugins: | plugins: | |||
- urql-introspection | - urql-introspection | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added |