NotificationHistoryConnection: {
    __typename?: "NotificationHistoryConnection";
    edges?: Maybe<NotificationHistoryEdge[]>;
    nodes?: Maybe<NotificationHistoryEntry[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration