We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7838ba4 + b382e79 commit d5ba7dcCopy full SHA for d5ba7dc
2 files changed
commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls
@@ -9606,6 +9606,12 @@ type VariantDeleted implements MessagePayload {
9606
type: String!
9607
}
9608
9609
+type VariantImageAdded implements MessagePayload {
9610
+ image: Image!
9611
+ staged: Boolean!
9612
+ type: String!
9613
+}
9614
+
9615
type VariantImagesSet implements MessagePayload {
9616
staged: Boolean!
9617
images: [Image!]!
references.txt
@@ -545,3 +545,4 @@ d6881e9b71486cb67db3ba779f13d2f5142ef525
545
cc467725d8196c5812f7d9a98645febdf0e1d073
546
790a7e7848cdedc26065d002fa67757cef290e08
547
b956f3a336e396a19faade74946f2fcd354f3872
548
+cb88b922116aa4e4d1fc1926ee999781cc6cec59
0 commit comments