mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 20:06:35 +03:00
800be3c915
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9388 GitOrigin-RevId: 883d0a59e5202c688e210eb624fd279f24ff1cfd
10 lines
357 B
YAML
10 lines
357 B
YAML
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']
|