OBJECT
CrewPanelRosterValidationSection
link GraphQL Schema definition
- type CrewPanelRosterValidationSection {
- # Arguments
- # timeInterval:
- # loginList:
- # filterToggle:
- # includeDrafts:
- (
- : TimeIntervalInput!,
- : [CrewMemberNid!]!,
- : CrewPanelFilterToggle!,
- : Boolean!
- ): [RosterValidation!]
- # Restricted access only for Leon Support dedicated user
- : [RosterValidationConfiguration!]
- # Restricted access only for Leon Support dedicated user
- #
- # Arguments
- # operatorRosterValidationNid:
- (: Int!): RosterValidationConfiguration
- }