INPUT_OBJECT

SetReminderAppointmentInput

link GraphQL Schema definition

  • input SetReminderAppointmentInput {
  • endDateOffset: Int
  • status: ReminderStatusEnum
  • snoozeDate: DateTime
  • # Identifier of the AppointmentEntity to perform the action on.
  • id: ID!
  • clientMutationId: String
  • }

link Require by