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
I encountered this error while defining my schema, but I didn't have any idea how to fix it. Eventually I found the error message in graphql-go's source and found this was related to my type being non-nullable.
At least a few other people in #122 had the same issue. Some extra messaging about this case might help.
The text was updated successfully, but these errors were encountered:
I encountered this error while defining my schema, but I didn't have any idea how to fix it. Eventually I found the error message in
graphql-go
's source and found this was related to my type being non-nullable.At least a few other people in #122 had the same issue. Some extra messaging about this case might help.
The text was updated successfully, but these errors were encountered: