graphpql / graphpinator

:zap::globe_with_meridians::zap: Easy-to-use & Fast GraphQL server implementation for modern PHP. Includes features from latest draft, middleware directives and modules with extra functionality.
https://github.com/graphpql
MIT License
40 stars 8 forks source link

Errors and Non-Nullability #67

Open peldax opened 3 years ago

peldax commented 3 years ago

http://spec.graphql.org/draft/#sec-Errors-and-Non-Nullability

peldax commented 3 years ago

Currently, this error shuts whole query down and response contain only the error without partial data.

I am not sure how to handle this for various reasons.