OBJECT
MasterRightEntityConnection
link GraphQL Schema definition
- type MasterRightEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [MasterRightEntityEdge]!
- # Total number of items in the connection.
- : Int
- }