Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobvanluijt/0869cb86d45afd44ec54d0d22cf16cd6 to your computer and use it in GitHub Desktop.
Save bobvanluijt/0869cb86d45afd44ec54d0d22cf16cd6 to your computer and use it in GitHub Desktop.
{
Get {
Paragraph(
nearText: {
concepts: ["jazz saxophone players"]
}
limit: 25
) {
content
order
title
inArticle {
... on Article { # <== Graph connection I
title
hasParagraphs { # <== Graph connection II
... on Paragraph {
title
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment