OBJECT
ReturnToRampMutation
link GraphQL Schema definition
- type ReturnToRampMutation {
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # input:
- (
- : FlightNid!,
- : ReturnToRampSectorInput!
- ): ReturnToRampSectorValueOrErrorList
- # Requires access to given return to ramp sector
- #
- # Arguments
- # returnToRampSectorNid:
- # input:
- (
- : ReturnToRampSectorNid!,
- : ReturnToRampSectorInput!
- ): ReturnToRampSectorValueOrErrorList
- # Requires access to given return to ramp sector
- #
- # Arguments
- # returnToRampSectorNid:
- (
- : ReturnToRampSectorNid!
- ): Boolean!
- }