Skip to content

Commit b079eb7

Browse files
Updated GraphQL schema
1 parent cb88b92 commit b079eb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-specs/graphql/schema.sdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11308,7 +11308,7 @@ input AddProductVariantTailoring {
1130811308
sku: String
1130911309
images: [ImageInput!] = []
1131011310
attributes: [ProductAttributeInput!] = []
11311-
assets: [AssetDraftInput!] = []
11311+
assets: [AssetDraftInput!]
1131211312
staged: Boolean = true
1131311313
}
1131411314

@@ -14535,7 +14535,7 @@ input ProductVariantTailoringInput {
1453514535
sku: String
1453614536
images: [ImageInput!] = []
1453714537
attributes: [ProductAttributeInput!] = []
14538-
assets: [AssetDraftInput!] = []
14538+
assets: [AssetDraftInput!]
1453914539
}
1454014540

1454114541
input ProjectSettingsUpdateAction {

0 commit comments

Comments
 (0)