overwrite: true
schema: './src/expo-schema/types/*.graphql'
documents: './src/expo-schema/documents/**/*.graphql'
generates:
  ./src/expo-schema/@types/graphql.d.ts:
    plugins:
      - typescript-graphql-files-modules
  ./src/expo-schema/index.ts:
    plugins:
      - 'typescript'
      - 'typescript-operations'
      - 'typescript-react-apollo'
  ./src/expo-schema/fragmentSchema.json:
    plugins:
      - fragment-matcher
