OBJECT
DutyPairingMutationSection
link GraphQL Schema definition
- type DutyPairingMutationSection {
- # Requires access to resource GRAPHQL_DUTY_EDIT.
- # Execution is not allowed during publishing.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # pairingId:
- # Possible violation list: IS_NOT_SOME_ERROR
- # data:
- # timezoneToggle:
- # isInDraftMode:
- (
- : PairingId!,
- : DutyGroupInput!,
- : TimeZoneToggle!,
- : Boolean!
- ): DutyPairingMutationSectionAddDutyGroupToPairingOutput!
- }