We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb88b92 commit b079eb7Copy full SHA for b079eb7
1 file changed
api-specs/graphql/schema.sdl
@@ -11308,7 +11308,7 @@ input AddProductVariantTailoring {
11308
sku: String
11309
images: [ImageInput!] = []
11310
attributes: [ProductAttributeInput!] = []
11311
- assets: [AssetDraftInput!] = []
+ assets: [AssetDraftInput!]
11312
staged: Boolean = true
11313
}
11314
@@ -14535,7 +14535,7 @@ input ProductVariantTailoringInput {
14535
14536
14537
14538
14539
14540
14541
input ProjectSettingsUpdateAction {
0 commit comments