Skip to content

Commit cb88b92

Browse files
Updated GraphQL schema
1 parent b956f3a commit cb88b92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api-specs/graphql/schema.sdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9606,6 +9606,12 @@ type VariantDeleted implements MessagePayload {
96069606
type: String!
96079607
}
96089608

9609+
type VariantImageAdded implements MessagePayload {
9610+
image: Image!
9611+
staged: Boolean!
9612+
type: String!
9613+
}
9614+
96099615
type VariantImagesSet implements MessagePayload {
96109616
staged: Boolean!
96119617
images: [Image!]!

0 commit comments

Comments
 (0)