Mutation: setByLocationNid
airportDirectory {
irregularHours {
setByLocationNid(
locationNid: LocationNid!
type: HoursRecurrenceType!
isIrregularHours: Boolean!
irregularHoursNote: String!
): Boolean!
}
}
Arguments
setByLocationNid.locationNid ● LocationNid! non-null scalar
setByLocationNid.type ● HoursRecurrenceType! non-null enum
setByLocationNid.isIrregularHours ● Boolean! non-null scalar
setByLocationNid.irregularHoursNote ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.