mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: homepage and integrate with shopify page
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -15,8 +15,8 @@ const collectionFragment = /* GraphQL */ `
|
||||
`;
|
||||
|
||||
export const getCollectionQuery = /* GraphQL */ `
|
||||
query getCollection($handle: String!) {
|
||||
collection(handle: $handle) {
|
||||
query getCollection($handle: String, $id: ID) {
|
||||
collection(handle: $handle, id: $id) {
|
||||
...collection
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user