NavStatusCount
A nav-badge count: total plus an active/inactive split for the hover breakdown.
type NavStatusCount {
total: Int!
active: Int!
inactive: Int!
}
Fields
NavStatusCount.total ● Int! non-null scalar
NavStatusCount.active ● Int! non-null scalar
NavStatusCount.inactive ● Int! non-null scalar
Member Of
NavigationCounts object