INPUT_OBJECT

WeightInput

link GraphQL Schema definition

1input WeightInput {
2
3# Pass null or 0.0 to unset weight
4value: Float
5
6unit: WeightUnit!
7}