deleteAppointmentRequestInput
Autogenerated input type of deleteAppointmentRequest
Fields
clientMutationId   
·  String     · DO NOT USE  deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of deleteAppointmentRequest"""input deleteAppointmentRequestInput {  """  DO NOT USE  """  clientMutationId: String @deprecated(reason: "DO NOT USE")
  """  ID of the appointment request to delete  """  id: ID!}