UserDappStatisticsConnection: {
    __typename?: "UserDappStatisticsConnection";
    edges?: Maybe<UserDappStatisticsEdge[]>;
    nodes?: Maybe<UserDappStatistics[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration