Update product.ts

pull entityId
This commit is contained in:
pfcodes
2021-09-13 20:58:03 -07:00
committed by GitHub
parent 09500d4edc
commit 170ad02d7b

View File

@@ -28,6 +28,7 @@ export const multipleChoiceOptionFragment = /* GraphQL */ `
edges {
node {
label
entityId
...swatchOption
}
}