Replies: 1 comment
-
query {
people(where: {_not: { pets: {} } }) {
name
pets {
id
name
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Adron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have query { people { pets { id name } } }, is there a way to select all people that have no pets?
Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions