graphql-engine/frontend/control-plane-graphql-codegen.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
357 B
YAML
Raw Normal View History

overwrite: true
schema:
- 'http://data.lux-dev.hasura.me/v1/graphql':
headers:
'x-hasura-admin-secret': 'randomsecret'
documents: 'libs/console/legacy-ce/src/lib/features/ControlPlane/queries.ts'
generates:
libs/console/legacy-ce/src/lib/features/ControlPlane/generatedGraphQLTypes.ts:
plugins: ['typescript', 'typescript-operations']