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