feat:(product detail) get relevant product

:%s
This commit is contained in:
lytrankieio123
2021-10-07 14:09:23 +07:00
parent 5c71671bf2
commit fed42bac87
7 changed files with 66 additions and 22 deletions

View File

@@ -36,6 +36,9 @@ export const getProductQuery = /* GraphQL */ `
name
}
}
facetValues {
id
}
}
}
`