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