INPUT_OBJECT

ProductSizeInput

link GraphQL Schema definition

1input ProductSizeInput {
2
3id: Int
4
5SKU: String
6
7EAN: String
8
9UPC: String
10
11# Use this in case you are not sure if the identifier is SKU, EAN or UPC. Does not work for IDs.
12any: String
13}