1.11.2 • Published 4 years ago

@graphql-codegen/relay-operation-optimizer v1.11.2

Weekly downloads
1,329
License
MIT
Repository
github
Last release
4 years ago

@graphql-codegen/relay-operation-optimizer

Description

GraphQL Codegen Plugin for bringing the benefits of Relay Compiler to GraphQL Codegen.

Current List of Features

Install Instructions

yarn add -D -E @graphql-codegen/relay-operation-optimizer

Usage Instructions

codegen.yml

overwrite: true
schema: schema.graphql
generates:
  src/generated-types.tsx:
    documents: 'src/documents/**/*.graphql'
    config:
      skipDocumentsValidation: true
    plugins:
      - 'relay-optimizer-plugin'
      - 'typescript'
      - 'typescript-operations'
      - 'typescript-react-apollo'
1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.2-alpha.24

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.4-alpha.103

4 years ago

1.8.4-alpha.102

4 years ago

1.8.3

5 years ago

1.8.2

5 years ago