Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobvanluijt/8eb0879a3ee5c49eb81005bf6f7c457f to your computer and use it in GitHub Desktop.
Save bobvanluijt/8eb0879a3ee5c49eb81005bf6f7c457f to your computer and use it in GitHub Desktop.
{
Get {
Paragraph(
nearText: {
concepts: ["Italian food"]
}
limit: 50
) {
content
order
title
inArticle {
... on Article {
title
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment