overwrite: true
schema:
  https://host:
    headers:
      Authorization: 'VK sign'
documents: './src/graphql/*.ts'
generates:
  src/generated/graphql.tsx:
    plugins:
      - 'typescript'
      - 'typescript-operations'
      - '@mntm/graphql-codegen'
    config:
      useTypeImports: true
      skipDocumentsValidation: true
      flattenGeneratedTypes: true
      experimentalFragmentVariables: true
      minify: true
      pureMagicComment: true
      noExport: false
      documentMode: string
