INPUT_OBJECT

ProductMediaUpdateInput

link GraphQL Schema definition

1input ProductMediaUpdateInput {
2
3# Pass null as id to unassign
4productVariant: NullableProductVariantInput
5
6metaDataJSON: String
7
8# Pass empty to unset altText
9altText: String
10}

link Required by