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
Action relationship can be created from an action to a local table.
Please also add support for creating a relationship from a local table to an action.
For instance,
An action accepts user_id as the input and return the first_name.
A local table includes a list of user_id.
And I'd like hasura to return a list of users that contain both user_id and first_name.
The text was updated successfully, but these errors were encountered:
Action relationship can be created from an action to a local table.
Please also add support for creating a relationship from a local table to an action.
For instance,
An action accepts
user_id
as the input and return thefirst_name
.A local table includes a list of
user_id
.And I'd like hasura to return a list of users that contain both
user_id
andfirst_name
.The text was updated successfully, but these errors were encountered: