Merge remote-tracking branch 'origin' into CPP-153

This commit is contained in:
tedraykov
2024-06-20 14:52:30 +03:00
39 changed files with 1035 additions and 149 deletions

View File

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