feat: move content to shopify

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-05 14:48:31 +07:00
parent a356148ed3
commit 882d1db67c
20 changed files with 179 additions and 118 deletions

View File

@@ -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 {