5.0.0 • Published 3 years ago

@n1ru4l/graphql-codegen-relay-optimizer-plugin v5.0.0

Weekly downloads
296
License
MIT
Repository
github
Last release
3 years ago

@n1ru4l/graphql-codegen-relay-optimizer-plugin CircleCI

Description

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

Current List of Features

Install Instructions npm

yarn add -D -E @n1ru4l/graphql-codegen-relay-optimizer-plugin

Usage Instructions

codegen.yml

overwrite: true
schema: schema.graphql
generates:
  src/generated-types.tsx:
    documents: "src/documents/**/*.graphql"
    config:
      skipDocumentsValidation: true
    plugins:
      - "@n1ru4l/graphql-codegen-relay-optimizer-plugin"
      - "typescript"
      - "typescript-operations"
      - "typescript-react-apollo"
5.0.0

3 years ago

5.0.0-alpha.0

4 years ago

4.0.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago