Replies: 3 comments
|
You must use Query Variables: |
0 replies
|
This won't work if you are working with numeric values. Please refer to the open issue: |
0 replies
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to use variables for your environment inside the body of a GraphQL query? For example:
query { assignRole(roleId: my_role, account: my_account) { data { id} } }All reactions