You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think I need this too. Say user wants a subfield { details { foo, bar } }. I need a different query for PostgreSQL to fetch details. Right now I have a query argument detail: bool, but I really should determine if user asked for details and change logic automatically.
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
andvariables
because I want to request data fromdgraph graphql database
based on them. But now they are private.In addition, how can I obtain resolveInfo? Maybe I need it.
The text was updated successfully, but these errors were encountered: