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
Describe the bug
When adding a struct custom field type, we get an error while validating the schema. Apparently the {Entity}{CustomFieldName}StructInput type is not defined.
Work arounds:
Make the field readonly: true, since in this case no update mutation will be created.
Describe the bug
When adding a struct custom field type, we get an error while validating the schema. Apparently the
{Entity}{CustomFieldName}StructInput
type is not defined.Work arounds:
readonly: true
, since in this case no update mutation will be created.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error and a working update mutation.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: