OBJECT
DutyMutation
Represents fields available for mutating of Duty node
link GraphQL Schema definition
- type DutyMutation {
- # Execution is not allowed during publishing
- #
- # Arguments
- # externalId:
- # date:
- # dutyData:
- (
- CrewMemberExternalIdScalar!, :
- Date!, :
- ApiDutyInput! :
- ): NonNullDutyValueOrErrorList!
- }