ardeois / graphql-codegen-typescript-mock-data

[GraphQL Codegen Plugin](https://github.com/dotansimha/graphql-code-generator) for building mock data based on the schema.
MIT License
133 stars 47 forks source link

fix: add __typename to return type #35

Closed ardeois closed 3 years ago

ardeois commented 3 years ago

When addTypename is true, we should also add the property __typename in the return type