@graphcommerce/graphql-codegen-relay-optimizer-plugin
TypeScript icon, indicating that this package has built-in type declarations

9.0.4 • Public • Published

@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'

Readme

Keywords

none

Package Sidebar

Install

npm i @graphcommerce/graphql-codegen-relay-optimizer-plugin

Weekly Downloads

731

Version

9.0.4

License

none

Unpacked Size

23.4 kB

Total Files

8

Last publish

Collaborators

  • paales
  • bramvanderholst