Skip to content

Instantly share code, notes, and snippets.

@imouaddine
Last active September 26, 2024 15:31
Show Gist options
  • Save imouaddine/8152d3d61865c4efc8ce to your computer and use it in GitHub Desktop.
Save imouaddine/8152d3d61865c4efc8ce to your computer and use it in GitHub Desktop.
Synced via Snip
# Write your query or mutation here
mutation {
extractLabResults(documents: [
{
url: "https://app-staging.trymeasured.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTU2NTYsInB1ciI6ImJsb2JfaWQifX0=--e86debef406abc972833b0f141d8f453d0eedede/Lacey%20Frost_Quest%20Lab%20Results%20(1).pdf?disposition=attachment",
extension: "pdf"
},
{
url: "https://app-staging.trymeasured.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTU3MDAsInB1ciI6ImJsb2JfaWQifX0=--3e74cba16816412fb2d5c9c3d75f5a3c562cbec1/trig%20(3).png?disposition=attachment",
extension: "png"
}
]) {
errors
task {
id
status
taskType
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment