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
This will fail validation as you're unable to type the schema as CatalogueMarginLevel and even though it's fundamentally still a string primitive, it will be unable to convert.
schema.String()
Will cause Expected string, received models.CatalogueMarginLevel
The text was updated successfully, but these errors were encountered:
Given the following type
This will fail validation as you're unable to type the schema as
CatalogueMarginLevel
and even though it's fundamentally still a string primitive, it will be unable to convert.Will cause
Expected string, received models.CatalogueMarginLevel
The text was updated successfully, but these errors were encountered: