GraphQL Responses Treat [] as Having Errors
(1 min read) From the GraphQL Specification The errors entry in the response is a nonâempty list of errors, where each error is a map. If no errors were encountered during the requested operation, the errors entry should not be present in the result. That means a response of { "data"