Why does graphql return 500 for querying non-exising field? #4005
jamestran1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why does graphql return 500 for querying non-existing field?
The issue is if I query with non-existing field, the graphql returns 500, but on my perspective I think it should be 4xx for non-existing field or the resource is not found, e.g
Beta Was this translation helpful? Give feedback.
All reactions