This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Does variables not work unless using ArtemisClient? #287
Unanswered
btbishop93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My query requires a variable and so Artemis generates the corresponding query to have a required variables field, yet when I make the request via GraphQLClient, the variables object is empty.
I have to declare the variables in the auto generated query, as well as have a separate variables node on the QueryOptions widget, which is quite redundant and annoying.
Beta Was this translation helpful? Give feedback.
All reactions