FusionEventsConnection: {
    __typename?: "FusionEventsConnection";
    edges?: Maybe<FusionEventsEdge[]>;
    nodes?: Maybe<FusionEventData[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration