You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Is it possible to update environment variables with items from the result of a mutation?
Example would be you login and a token is generated in a response in the environmental variable tab you would have something like this
{
"token": "<token>"
}
Is there currently a way to update <token> with Response.data.login.token then pass it to the headers? Currently we he have to login and copy paste would be a nice feature if possible.
The text was updated successfully, but these errors were encountered:
Is it possible to update environment variables with items from the result of a mutation?
Example would be you login and a token is generated in a response in the environmental variable tab you would have something like this
Is there currently a way to update
<token>
withResponse.data.login.token
then pass it to the headers? Currently we he have to login and copy paste would be a nice feature if possible.The text was updated successfully, but these errors were encountered: