tarantool / graphql

GraphQL implementation in Lua
MIT License
15 stars 3 forks source link

Executor must return not only data or errors but also both of them #11

Closed no1seman closed 3 years ago

no1seman commented 3 years ago

According to http://spec.graphql.org/draft/#sec-Errors executor must be able to return data or errors or data and errors