Created
June 23, 2020 15:35
-
-
Save klevu/d07c8d7b88dbcd24960877c6b4c72a07 to your computer and use it in GitHub Desktop.
Shopify Blog - Faster Metafields 2
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
{ | |
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