Skip to content

Instantly share code, notes, and snippets.

@relwell
Created March 28, 2019 20:21
Show Gist options
  • Save relwell/1a292d347a778010a3405cce45f30f03 to your computer and use it in GitHub Desktop.
Save relwell/1a292d347a778010a3405cce45f30f03 to your computer and use it in GitHub Desktop.
# 397 results
query {
searchProducts(q:"Xl" fields:"title,size") {
total
edges {
node {
source
}
}
}
}
# 397 results
query {
searchProducts(q:"XL" fields:"title,size") {
total
edges {
node {
source
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment