Skip to content

How to make a SQL inner join like query with Hasura #7234

Answered by leoalves
arsakar asked this question in Question
Discussion options

You must be logged in to vote
query MyQuery {
  users (where:  { posts: {} }){
    id
    posts {
      id
    }
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arsakar
Comment options

Answer selected by Adron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants