Skip to content

ToggleReasonForApptInput

Autogenerated input type of ToggleReasonForAppt

Fields

deprecated DO NOT USE
appointment_type_id · ID! · required · Appointment Type ID
enable · String! · required · Boolean.to_String() to Enable/Disable

Used By

Definition

"""
Autogenerated input type of ToggleReasonForAppt
"""
input ToggleReasonForApptInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Appointment Type ID
"""
appointment_type_id: ID!
"""
Boolean.to_String() to Enable/Disable
"""
enable: String!
}