Files
hoppscotch/packages/hoppscotch-sh-admin/gql-codegen.yml
Joel Jacob Stephen 3f59597864 feat: introducing self hosted admin dashboard package (#12)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
2023-02-28 13:13:27 +05:30

14 lines
332 B
YAML

overwrite: true
schema: ${VITE_BACKEND_GQL_URL}
generates:
src/helpers/backend/graphql.ts:
documents: 'src/**/*.graphql'
plugins:
- 'typescript'
- 'typescript-operations'
- 'typed-document-node'
- 'urql-introspection'
src/helpers/backend/graphql.schema.json:
plugins:
- 'introspection'