OBJECT
EntityFitnessIndicatorEntityEdge
A Relay edge containing a EntityFitnessIndicatorEntity and its cursor.
link GraphQL Schema definition
- type EntityFitnessIndicatorEntityEdge {
- # The item at the end of the edge
- : EntityFitnessIndicatorEntity
- # A cursor for use in pagination
- : String!
- }