Document variable usage #20
-
Looking at GraphQLRequestBuilder.variables(Object variables) it's not entirely clear how to set variables. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
What I did was:
|
Beta Was this translation helpful? Give feedback.
-
I have used an immutable map |
Beta Was this translation helpful? Give feedback.
-
A query, I have this query in graphql, query { How should my GraphQLRequest look? |
Beta Was this translation helpful? Give feedback.
What I did was: