Skip to main content

WeightPost

Represents a data point used to graph data and show historical data

type WeightPost {
id: ID!
timestamp: DateTime!
weight(unit: WeightUnit!): Float!
}

Fields

id (ID!)

The ID of the data point

timestamp (DateTime!)

The date and time at which the data point was measured

weight (Float!)

" Determines the value to show based on what unit of measurement the value is.

Converts from Kg to desired unit of measurement.

Unit of measurement to output in