-
I submit this using Insomnia:- Body: query ($a: String!, $b: [String]) { Query Variables : { .. and want to implement this in code. Ultimately the request generated in GraphQLRequest will be submitted using REST Assured by submitting the string representation of the GraphQLRequest object as the body. |
Beta Was this translation helpful? Give feedback.
Answered by
JB99928
Oct 25, 2022
Replies: 1 comment
-
Apologies - got this working by just adding them as query parameters in the URL |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JB99928
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apologies - got this working by just adding them as query parameters in the URL