INPUT_OBJECT

CreateOrUpdateAppointmentReminderInput

link GraphQL Schema definition

  • input CreateOrUpdateAppointmentReminderInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • appointmentId: ID
  • # Whole natural number.
  • endDateOffset: Int
  • # Relation to single entity instance.
  • ownerId: ID
  • # Datetime information.
  • snoozeDate: DateTime
  • # Field whose values are strictly defined with an enumeration of values.
  • status: ReminderStatusEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by