dotansimha/graphql-code-generator-community
[Flow] __typename not marked a read-only
Aperta
#117 aperta il 11 mar 2021
help wanted
Metriche repository
- Star
- (136 stelle)
- Metriche merge PR
- (Merge medio 1g 11h) (28 PR mergiate in 30 g)
Descrizione
Describe the bug
To Reproduce Steps to reproduce the behavior:
https://codesandbox.io/s/wizardly-moser-nsrl1?file=/types.js
- My GraphQL schema:
Any schema
- My GraphQL operations:
No operations.
- My
codegen.ymlconfig file:
schema: schema.graphql
documents: document.graphql
generates:
types.js:
plugins:
- flow
- flow-operations
config:
useFlowReadOnlyTypes: true
Expected behavior __typename should be read-only