Type Alias AvailableTenantStatisticalReportsEdge

AvailableTenantStatisticalReportsEdge: {
    __typename?: "AvailableTenantStatisticalReportsEdge";
    cursor: Scalars["String"]["output"];
    node: TenantStatisticalReportOutput;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: TenantStatisticalReportOutput

    The item at the end of the edge.