OBJECT

SalesRoleEntityEdge

A Relay edge containing a SalesRoleEntity and its cursor.

link GraphQL Schema definition

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