Open codixir opened 5 years ago
Not sure how to handle http errors with this package. I am getting database query specific error. It would be nice to have explicit error messages or at least a status code response.
From what I know in GraphQL we usually will have code 200. I recommend watching this video about handling GraphQL errors: https://youtu.be/A5-H6MtTvqk
Not sure how to handle http errors with this package. I am getting database query specific error. It would be nice to have explicit error messages or at least a status code response.