OBJECT

SalesUnitEntityEdge

A Relay edge containing a SalesUnitEntity and its cursor.

link GraphQL Schema definition

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