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