OBJECT

Weight

link GraphQL Schema definition

1type Weight {
2value: Float!
3
4unit: WeightUnit!
5
6formattedValue: String!
7
8}