You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
Execute GraphQL request that should return partial response
Expected result
Response should contain errors and data keys.
If item can be retrieved via GraphQL a new item to errors array is added, no NULL value is also added to data key
Actual result
Response should contain errors and data keys.
If item can be retrieved via GraphQL a new item to errors array is added, but null value is also added to data key
Looks like this is a default GraphQL behaviour defined in vendor/webonyx/graphql-php/src/Executor/Executor.php:769 class. However, it's needed to consider if we can improve this point.