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
the title field is a non-nullable field, but it should not be a required argument in the createXXX input type, that will be nonsense because we already have a default value now.
The text was updated successfully, but these errors were encountered:
Take the example from the README:
the
title
field is a non-nullable field, but it should not be a required argument in the createXXX input type, that will be nonsense because we already have a default value now.The text was updated successfully, but these errors were encountered: