UserDappStatisticsEdge: {
    __typename?: "UserDappStatisticsEdge";
    cursor: Scalars["String"]["output"];
    node: UserDappStatistics;
}

An edge in a connection.

Type declaration

  • Optional__typename?: "UserDappStatisticsEdge"
  • cursor: Scalars["String"]["output"]

    A cursor for use in pagination.

  • node: UserDappStatistics

    The item at the end of the edge.