tarantool / graphql

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

Process defaultValues in inputObject #37

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

Follows up https://github.com/tarantool/graphql/pull/35

https://github.com/tarantool/graphql/pull/35#discussion_r783351688 points out that defaultValues of inputObjects is inaccessible in callbacks. Thus the feature is broken. It should be verified and fixed.