2
Unable to use environment variables in request body (GraphQL)
Source: Kong/insomnia#3616 · opened by @MoshePaul
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}
}
}
query {
assignRole(roleId: my_role,
account: my_account) {
data { id}
}
}
No pledges yet. Be the first to back this.
Comments
Similar requests
Redesign the environment variables
1 vote · 0 comments
Collection Specific Environment Variables Superseding Active Environment Variables
2 votes · 0 comments
Allow Environment variables as command line params to inso cli
7 votes · 0 comments
JSONPath/XPath access to Environment Variables
1 vote · 0 comments
Improved autocomplete in GraphQL variables editor (fields of input types)
1 vote · 0 comments
No comments yet.