INPUT_OBJECT

SizeChartMergeInput

link GraphQL Schema definition

1input SizeChartMergeInput {
2
3# Exactly one input field should be provided
4source: SizeChartInput!
5
6# Exactly one input field should be provided
7target: SizeChartInput!
8}

link Required by