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 could also have [root] fieldName as a way of injecting the correct field into the root property.
The default would be to make it an attribute definition.
The challenge is then how do I specify important attributes like isOptional and the data type? The most useful would be to make the individual cell default be the data type you want for the attribute.
Could have a more complicated object such as: typeName:string; isOptional:true ?
The text was updated successfully, but these errors were encountered:
We could also have
[root] fieldName
as a way of injecting the correct field into the root property.The default would be to make it an attribute definition.
The challenge is then how do I specify important attributes like isOptional and the data type? The most useful would be to make the individual cell default be the data type you want for the attribute.
Could have a more complicated object such as:
typeName:string; isOptional:true
?The text was updated successfully, but these errors were encountered: