tarantool / luagraphqlparser

GraphQL parser based on libgraphqlparser for Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attempt to index a number value on directive processing

olegrok opened this issue · comments

tarantool> require('luagraphqlparser').parse('fragment X on Y\n@foo\n{ name }')
---
- error: attempt to index a number value
...

Reported by @Totktonada

I would rather consider it as a new feature: support of directives in a fragment definition. At least graphql-lua does not support it.