Hasura Actions: Post request to external api succeded by request Get using the token from the previous Post using the same action

173 views Asked by At

I am able to use hasura via graphql to get the access token using an external api. It's usable via graphql or rest. The problem is that I shouldn't store the token.. How can I use the first action as mutation( to get the token) and request another get using that token?

0

There are 0 answers