OBJECT
AccountRoleEntityEdge
A Relay edge containing a AccountRoleEntity and its cursor.
link GraphQL Schema definition
- type AccountRoleEntityEdge {
- # The item at the end of the edge
- : AccountRoleEntity
- # A cursor for use in pagination
- : String!
- }