We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b956f3a commit cb88b92Copy full SHA for cb88b92
api-specs/graphql/schema.sdl
@@ -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!]!
0 commit comments