conversationMembershipInvitees
Fetch paginated conversation membership invitees collection
Arguments
Returns
ConversationMembershipPaginationConnection Example
query conversationMembershipInvitees( $id: ID $after: String $before: String $first: Int $last: Int) { conversationMembershipInvitees( id: $id after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}