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
  • node: EntityFitnessEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }