Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
19 lines
488 B
YAML
19 lines
488 B
YAML
overwrite: true
|
|
schema: https://api.hoppscotch.io/graphql
|
|
generates:
|
|
src/helpers/backend/graphql.ts:
|
|
documents: "src/**/*.graphql"
|
|
plugins:
|
|
- add:
|
|
content: >
|
|
// Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.yml
|
|
/* eslint-disable */
|
|
- typescript
|
|
- typescript-operations
|
|
- typed-document-node
|
|
- typescript-urql-graphcache
|
|
|
|
src/helpers/backend/backend-schema.json:
|
|
plugins:
|
|
- urql-introspection
|