Skip to content

Instantly share code, notes, and snippets.

@dotansimha
Created June 9, 2020 14:19
Show Gist options
  • Save dotansimha/6571a70d12beece58dcc93af52b70f9c to your computer and use it in GitHub Desktop.
Save dotansimha/6571a70d12beece58dcc93af52b70f9c to your computer and use it in GitHub Desktop.
codegen/_graphql.tsx:
plugins:
- 'typescript'
- 'typescript-operations'
- 'typescript-resolvers':
avoidOptionals: false
- 'typescript-react-apollo'
config:
withHooks: true
hooksImportFrom: '@apollo/react-hooks'
avoidOptionals: true
_schema.graphql:
plugins:
- schema-ast
codegen/_graphql.tsx:
plugins:
- 'typescript':
avoidOptionals: true
- 'typescript-operations':
avoidOptionals: true
- 'typescript-resolvers':
avoidOptionals: false
- 'typescript-react-apollo':
avoidOptionals: true
withHooks: true
hooksImportFrom: '@apollo/react-hooks'
_schema.graphql:
plugins:
- schema-ast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment