Created
June 9, 2020 14:19
-
-
Save dotansimha/6571a70d12beece58dcc93af52b70f9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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