Files
hoppscotch/packages/hoppscotch-app/gql-codegen.yml
Andrew Bastin 8b300fab5d feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
2022-09-29 10:55:21 +05:30

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