INPUT_OBJECT

LocalizedSizeSetInput

link GraphQL Schema definition

1input LocalizedSizeSetInput {
2
3# Exactly one input field should be provided
4size: SizeInput!
5
6# Provide an empty string to unset
7name: String
8}