Mutation: setByLocationNid
airportDirectory {
hoursRecurrence {
setByLocationNid(
locationNid: LocationNid!
type: HoursRecurrenceType!
hoursRecurrenceList: [HoursRecurrenceInput!]!
): Boolean!
}
}
Arguments
setByLocationNid.locationNid ● LocationNid! non-null scalar
setByLocationNid.type ● HoursRecurrenceType! non-null enum
setByLocationNid.hoursRecurrenceList ● [HoursRecurrenceInput!]! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.