Measured amount of percentage at a given point in time.
type PercentagePoint { # Measured amount of percentage. percent: Float! # At this point in time. at: Time! }
Measured amount of percentage.
At this point in time.