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!]!
- # Requires user to be authenticated using one of the following identity types:
- # user session, user access token, personal API key
- #
- # Arguments
- # dayDate: [Not documented]
- # filterToggle: [Not documented]
- (
- : Date!,
- : CrewPanelFilterToggle!
- ): [HistorySnapshot!]!
- # Requires access to resource GRAPHQL_ACTIVITY_HISTORY
- #
- # Arguments
- # loginNid: [Not documented]
- (: ApiLoginNidScalar!): [RatingChangeLog!]!
- }