Replies: 1 comment 3 replies
-
@V-ampire, have you tried computed fields? |
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.
-
I have 2 tables with - users and users_ban, so I want to make graphql using hasura server query which fetch users and join boolean field either user in ban list, like in sql:
How can I do it via graphql and hasura server?
Beta Was this translation helpful? Give feedback.
All reactions