AirportNotesUpdateInput (Input)
Data for updating an existing airport notes
input AirportNotesUpdateInput {
pilot: String
country: String
countryPax: String
}
Fields
AirportNotesUpdateInput.pilot ● String scalar
AirportNotesUpdateInput.country ● String scalar
AirportNotesUpdateInput.countryPax ● String scalar
Member Of
airport.updateNotes mutation