Closed
Description
Describe the solution you'd like
My database is dgraph, which is a native graphql database.
I need to query the data of dgraph graphql database
in the juniper server. This is not as easy as restful.
So i want to get query
, operation_name
and variables
because I want to request data from dgraph graphql database
based on them. But now they are private.
In addition, how can I obtain resolveInfo? Maybe I need it.