Skip to content

Instantly share code, notes, and snippets.

@batazor
Last active December 2, 2019 10:07
Show Gist options
  • Save batazor/93575ab4ee030c56310b8a741ce718bf to your computer and use it in GitHub Desktop.
Save batazor/93575ab4ee030c56310b8a741ce718bf to your computer and use it in GitHub Desktop.
artice(filter: {cat: {eq: 15}}) { # skip if comments == null
id
name
comments(filter: {authorId: {eq: 10}}) {
id, name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment