OBJECT
HistorySection
link GraphQL Schema definition
- type HistorySection {
- # Requires access to resource GRAPHQL_ACTIVITY_HISTORY
- #
- # Arguments
- # loginNid: [Not documented]
- # dayDate: [Not documented]
- # filterToggle: [Not documented]
- (
- : ApiLoginNidScalar!,
- : Date!,
- : CrewPanelFilterToggle!
- ): [HistorySnapshot!]!
- # Arguments
- # dayDate: [Not documented]
- # filterToggle: [Not documented]
- (
- : Date!,
- : CrewPanelFilterToggle!
- ): [HistorySnapshot!]!
- }