Skip to main content

HistorySection (Object)

type HistorySection {
userActivityHistory(
loginNid: ApiLoginNidScalar!
dayDate: Date!
filterToggle: CrewPanelFilterToggle!
): [HistorySnapshot!]!
myActivityHistory(
dayDate: Date!
filterToggle: CrewPanelFilterToggle!
): [HistorySnapshot!]!
userRatingHistory(
loginNid: ApiLoginNidScalar!
): [RatingChangeLog!]!
}

Fields

HistorySection.userActivityHistory ● [HistorySnapshot!]! non-null object

Requires access to resource GRAPHQL_ACTIVITY_HISTORY

HistorySection.userActivityHistory.loginNid ● ApiLoginNidScalar! non-null scalar
HistorySection.userActivityHistory.dayDate ● Date! non-null scalar
HistorySection.userActivityHistory.filterToggle ● CrewPanelFilterToggle! non-null input

HistorySection.myActivityHistory ● [HistorySnapshot!]! non-null object

HistorySection.myActivityHistory.dayDate ● Date! non-null scalar
HistorySection.myActivityHistory.filterToggle ● CrewPanelFilterToggle! non-null input

HistorySection.userRatingHistory ● [RatingChangeLog!]! non-null object

Requires access to resource GRAPHQL_ACTIVITY_HISTORY

HistorySection.userRatingHistory.loginNid ● ApiLoginNidScalar! non-null scalar

Returned By

history query