Skip to content

Instantly share code, notes, and snippets.

@dhonig
Created July 23, 2018 05:20
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 dhonig/cb988f8cc33df2561698641051395e82 to your computer and use it in GitHub Desktop.
Save dhonig/cb988f8cc33df2561698641051395e82 to your computer and use it in GitHub Desktop.
solidus query
query{
products{
id
images{
attachment {
url
}
}
optionTypes {
edges {
node {
id
}
}
}
description
variants {
edges {
node {
id
sku
images{
attachment
{
url
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment