Access async action id inside of action #8750
Unanswered
talgat-ruby
asked this question in
Question
Replies: 2 comments 2 replies
-
You can get the action id of an async action already, via the mutation call. Here is the document link: https://hasura.io/docs/latest/actions/async-actions/ Let us know if the info suffice. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@talgat-ruby I have opened a new issue in Github as an enhancement request. I have notified our engineering team and you should be able to track the status of the issue as well. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
For example, lets say I have async action
someAsyncAction
. I can accessaction_id
in the client via graphql.But this is client. How about within action code? I want to save the
action_id
ro db to show its status only for a particular user.The only workaround I found is to Proxy asynchronous action with synchronous action. Isn't it overhead.
Beta Was this translation helpful? Give feedback.
All reactions