Created
June 23, 2020 15:33
-
-
Save klevu/00937cd39d39cbab980253699e330ece to your computer and use it in GitHub Desktop.
Shopify Blog - Faster Metafields 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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