Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to query error variant that propagates error messages to Graph…
…QL responses (#39) When we encounter problems with incoming query requests we've been sending back `QueryError::InvalidQuery` error values. But when the engine receives these it produces GraphQL responses that only say "internal error". This change switches to `QueryError::UnprocessableContent`. With this change the engine copies error messages from the connector to the GraphQL response.
- Loading branch information