Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created June 14, 2021 10:23
Show Gist options
  • Save bobvanluijt/f50b0cd0ce0471a2eaed511442cdcaf3 to your computer and use it in GitHub Desktop.
Save bobvanluijt/f50b0cd0ce0471a2eaed511442cdcaf3 to your computer and use it in GitHub Desktop.
{
Get {
Paragraph (
ask: {
question: "what is the distance between the frame and the outside wall of the bowl?",
properties: ["text"]
},
limit:1
){
text
inDocument {
... on Document {
title
}
}
_additional {
answer {
result
certainty
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment