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