OBJECT
SimulatorMutation
Represents fields available for mutating of simulators
link GraphQL Schema definition
- type SimulatorMutation {
- # Requires access to resource GRAPHQL_SIMULATOR_SEE.
- # Requires access to given simulator.
- # Requires access to resource GRAPHQL_SIMULATOR_EDIT.
- # Validate input fields. At least one crew member is required if journey log
- # fields are filled. If at least one of journey log fields is filled, required
- # journey log fields must be filled.
- #
- # Arguments
- # simulatorInput:
- # timeZoneToggle:
- SimulatorInput!, : TimeZoneToggle!): Simulator! ( :
- # Requires access to resource GRAPHQL_SIMULATOR_SEE.
- # Requires access to given simulator.
- # Requires access to resource GRAPHQL_SIMULATOR_EDIT.
- # Validate input fields. At least one crew member is required if journey log
- # fields are filled. If at least one of journey log fields is filled, required
- # journey log fields must be filled.
- #
- # Arguments
- # simulatorNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- # simulatorInput:
- # timeZoneToggle:
- (
- SimulatorNid!, :
- SimulatorInput!, :
- TimeZoneToggle! :
- ): Simulator!
- # Arguments
- # simulatorNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- SimulatorNid!): Boolean! ( :
- # Arguments
- # simulatorNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- SimulatorNid!): Boolean! ( :
- # Arguments
- # simulatorNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- # crewMemberNid:
- SimulatorNid!, : CrewMemberNid!): Boolean! ( :
- }