Response
When a GraphQL server receives a request, it must return a well‐formed response. The server’s response describes the result of executing the requested operation if successful, and describes any errors encountered during the request.
A response may contain both a partial response as well as encountered errors in the case that an error occurred on a field which was replaced with null.