graphql-engine/frontend/schema-registry-graphql-codegen.yml

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

10 lines
372 B
YAML
Raw Normal View History

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