Skip to content

Instantly share code, notes, and snippets.

@Gerhut
Created July 17, 2023 13:08
Show Gist options
  • Save Gerhut/563481a3b98830234534d0460cb5e512 to your computer and use it in GitHub Desktop.
Save Gerhut/563481a3b98830234534d0460cb5e512 to your computer and use it in GitHub Desktop.
Repro of wrong formatted config.schema.json
schema: 'https://jihulab.com/api/graphql'
documents: ['graphql/**/*.graphql']
ignoreNoDocuments: true
generates:
'graphql/dist/types.ts':
plugins: ['typescript']
'graphql/dist/':
preset: 'near-operation-file'
presetConfig:
folder: 'dist'
extension: '.ts'
baseTypesPath: 'types.ts'
plugins: ['typescript-operations', 'typed-document-node']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment