feat: add helpful links

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-14 14:25:27 +07:00
parent 8f82f6299e
commit d38a20cbaf
5 changed files with 55 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ const collectionFragment = /* GraphQL */ `
seo {
...seo
}
helpfulLinks: metafield(namespace: "custom", key: "helpful_links") {
value
}
updatedAt
}
${seoFragment}