feat: add product to cart

:%s
This commit is contained in:
DatNguyen
2021-10-14 14:17:23 +07:00
parent df679163c5
commit 833c5205b2
12 changed files with 215 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ export const getProductQuery = /* GraphQL */ `
}
collections {
id
name
}
}
}