FusionNotificationHistoryConnection: {
    __typename?: "FusionNotificationHistoryConnection";
    edges?: Maybe<FusionNotificationHistoryEdge[]>;
    nodes?: Maybe<FusionNotificationHistoryEntry[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration