Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

fix: metaquery return empty errors array as default #60

Closed coeit closed 3 years ago

coeit commented 3 years ago

Isssue

closes #59

Description

This PR fixes metaquery integration test 18. If a response of a metaquery does not contain any errors the empty errors array should be returned together with the data.

coeit commented 3 years ago

Closed in favour of 8dcaf38f