Skip to content

Instantly share code, notes, and snippets.

@klevu
Created June 23, 2020 15:35
Show Gist options
  • Save klevu/d07c8d7b88dbcd24960877c6b4c72a07 to your computer and use it in GitHub Desktop.
Save klevu/d07c8d7b88dbcd24960877c6b4c72a07 to your computer and use it in GitHub Desktop.
Shopify Blog - Faster Metafields 2
{
products(first: 250) {
edges {
node {
metafields(first: 250) {
edges {
node {
namespace
key
value
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment