You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Readonly properties and strip out __typename for all Typescript types we generate from GraphQL Schema (using options immutableTypes: true and skipTypename: true). These test factories are a Godsend, and I absolutely love that this library exists. Is it possible to add support for Readonly properties and skipTypename?
The text was updated successfully, but these errors were encountered:
calebgregory
changed the title
Readonly properties
Readonly properties, no __typename option
Mar 25, 2021
We use Readonly properties and strip out
__typename
for all Typescript types we generate from GraphQL Schema (using optionsimmutableTypes: true
andskipTypename: true
). These test factories are a Godsend, and I absolutely love that this library exists. Is it possible to add support for Readonly properties and skipTypename?The text was updated successfully, but these errors were encountered: