overwrite: true
schema: "src/schema/*.graphql"
generates:
    tests/definitions/index.ts:
        documents: "tests/queries/*.gql"
        config:
            namingConvention: "change-case-all#pascalCase"
            omitOperationSuffix: false
        plugins:
            - typescript
            - typescript-operations
            - add:
                  content: |
                      /* eslint-disable */
                      // @generated
                      // This file was automatically generated and should not be edited
