Skip to content

Instantly share code, notes, and snippets.

@dncrews
Created January 3, 2020 05:16
Show Gist options
  • Save dncrews/53115cee37fcca4b6449481ccaf57074 to your computer and use it in GitHub Desktop.
Save dncrews/53115cee37fcca4b6449481ccaf57074 to your computer and use it in GitHub Desktop.
Get product inventory v1
query ProductInventory {
product(id: "product-1") {
inventory: {
available
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment