Skip to content

Instantly share code, notes, and snippets.

@fourjuaneight
Created January 18, 2020 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fourjuaneight/e7f16e3c0bd90418fa5cc881ae80ae6c to your computer and use it in GitHub Desktop.
Save fourjuaneight/e7f16e3c0bd90418fa5cc881ae80ae6c to your computer and use it in GitHub Desktop.
query {
allCosmicjsProducts {
edges {
node {
content
metadata {
id
image {
imgix_url
}
price
}
slug
title
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment