Mutation: updateNotes
update airport notes
airport {
updateNotes(
locationNid: AirportNidScalar!
notes: AirportNotesUpdateInput!
): Boolean
}
Arguments
updateNotes.locationNid ● AirportNidScalar! non-null scalar
updateNotes.notes ● AirportNotesUpdateInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.