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
In the ideal world, this is handled completely automatically.
Brief mockup:
Use GraphQL type introspection functionality to generate the schema of TS types locally.
When building the type - either during the field generation process or query fetching, use the generated schema to determine whether the field is an array or not.
The text was updated successfully, but these errors were encountered:
Overview
Currently, when an array-like field is getting created, it is necessary to pass an additional argument to the creation process:
Expected behavior
In the ideal world, this is handled completely automatically.
Brief mockup:
The text was updated successfully, but these errors were encountered: