Skip to content

Commit 2cad0e3

Browse files
committed
Updated API from documentation release
1 parent 21df863 commit 2cad0e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api-specs/graphql/schema.sdl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8711,8 +8711,8 @@ type ProductTailoringImagesSet implements MessagePayload {
87118711
storeRef: KeyReference!
87128712
productRef: Reference!
87138713
productKey: String
8714-
oldImages: [Image!]!
8715-
images: [Image!]!
8714+
oldImages: [Image!]
8715+
images: [Image!]
87168716
type: String!
87178717
}
87188718

@@ -9070,8 +9070,8 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection {
90709070

90719071
type ProductVariantTailoring {
90729072
id: Int!
9073-
images: [Image!]!
9074-
assets: [Asset!]!
9073+
images: [Image!]
9074+
assets: [Asset!]
90759075
attributesRaw: [RawProductAttribute!]!
90769076
}
90779077

@@ -12076,7 +12076,7 @@ input SetProductTailoringImageLabel {
1207612076
input SetProductTailoringImages {
1207712077
variantId: Int
1207812078
sku: String
12079-
images: [ImageInput!]!
12079+
images: [ImageInput!]
1208012080
staged: Boolean = true
1208112081
}
1208212082

@@ -14893,8 +14893,8 @@ input ValueFilterInput {
1489314893
}
1489414894

1489514895
type VariantTailoring {
14896-
images: [Image!]!
14897-
assets: [Asset!]!
14896+
images: [Image!]
14897+
assets: [Asset!]
1489814898
}
1489914899

1490014900
"Versioned object have an ID and version and modification. Every update of this object changes it's version."

0 commit comments

Comments
 (0)