Skip to content
Discussion options

You must be logged in to vote

In order to pass the arguments to the $testID, we needed to declare it as testID instead
ref: https://graphql.org/graphql-js/passing-arguments/

GraphQLResponse graphQLResponse = client.executeQuery(query, Map.of(
-    "$testID",
+    "testID",
    "123"
));

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karmingc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant