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
Note that phoneNumber, despite being nullable in the Nexus definition, will render required in the graphql definition. Adding .nullable does not change anything.
The text was updated successfully, but these errors were encountered:
Not sure if this is a feature or bug? 🙃
will render to:
Note that
phoneNumber
, despite being nullable in the Nexus definition, will render required in the graphql definition. Adding.nullable
does not change anything.The text was updated successfully, but these errors were encountered: