ToggleReasonForApptInput
Autogenerated input type of ToggleReasonForAppt
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}