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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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