GraphQL/Objects
Weight
No description
type Weight {
unit: WeightUnit!
value: Float!
}
Fields
Weight
.unit
● WeightUnit!
non-null enum
Weight
.value
● Float!
non-null scalar
Member Of
object
● FeedDetails
object
● WeighRecord
object