How to use a variable with "Action" #8765
Unanswered
lukasz2161
asked this question in
Question
Replies: 2 comments 3 replies
-
Can you use a relationship? E.g. in the Hassura UI for you action you can define and Array relationship from your action result to Then your query would look something like: query MyQuery {
getIdUserNameAction(jwt: "...") {
idUser
streamId {
id
lastUpdated
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can use relationship but then, for example, I will not be able to do limit, offset, where etc. in the query. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, How can I use the retrieved data from "Action" in other query?
My point is that I am sending the jwt token, my business logic returns idUser to me and I want to download now, for example, all transactions where id_user = idUser
Beta Was this translation helpful? Give feedback.
All reactions