VerachadW / kraph

GraphQL request string builder written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Variables

VerachadW opened this issue · comments

Right now, Kraph always sends the variable in the request as null. This limit the way of writing a query for the developer and limit the potential of GraphQL(e.g. #5 ). I would like to add support for this feature. You can comment your idea below.