OBJECT
OrganizationMemberEdge
An element in a paginated list of organization member relationships. Contains metadata about the follow relationship between two users.
link GraphQL Schema definition
1 type OrganizationMemberEdge { 2 3 #   An opaque cursor identifying the edge's position in the paginted list. 4 : Cursor!  5 6 #   Date user joined organization. 7 : Time!  8 9 #   The user who is organization members. 10 : OrganizationMember!  11 12 }