Skip to content

Instantly share code, notes, and snippets.

@klevu
Created June 23, 2020 15:33
Show Gist options
  • Save klevu/00937cd39d39cbab980253699e330ece to your computer and use it in GitHub Desktop.
Save klevu/00937cd39d39cbab980253699e330ece to your computer and use it in GitHub Desktop.
Shopify Blog - Faster Metafields 1
{
product(first: 50) {
edges {
node {
name
description
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment