OBJECT

MasterRightEntityEdge

A Relay edge containing a MasterRightEntity and its cursor.

link GraphQL Schema definition

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