mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: move content to shopify
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -20,8 +20,8 @@ export const getMetaobjectsQuery = /* GraphQL */ `
|
||||
`;
|
||||
|
||||
export const getMetaobjectQuery = /* GraphQL */ `
|
||||
query getMetaobject($id: ID!) {
|
||||
metaobject(id: $id) {
|
||||
query getMetaobject($id: ID, $handle: MetaobjectHandleInput) {
|
||||
metaobject(id: $id, handle: $handle) {
|
||||
id
|
||||
type
|
||||
fields {
|
||||
|
Reference in New Issue
Block a user