ConversationsConnection: {
    __typename?: "ConversationsConnection";
    edges?: Maybe<ConversationsEdge[]>;
    nodes?: Maybe<Conversation[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration