Replies: 3 comments
-
You must use
Query Variables:
|
Beta Was this translation helpful? Give feedback.
-
This won't work if you are working with numeric values. Please refer to the open issue: |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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} } }
Beta Was this translation helpful? Give feedback.
All reactions