OBJECT

EntityHealthEntityEdge

A Relay edge containing a EntityHealthEntity and its cursor.

link GraphQL Schema definition

  • type EntityHealthEntityEdge {
  • # The item at the end of the edge
  • node: EntityHealthEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }