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!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: SetHotelProvidedInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: SetHotelProvidedInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: DutyManipulationInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: DutyManipulationInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: DutyManipulationInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: DutyManipulationInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: DutyManipulationInput!): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # args:
- (: DutyManipulationInput!): Boolean!
- }