INPUT_OBJECT

CreateAppointmentReminderInput

link GraphQL Schema definition

  • input CreateAppointmentReminderInput {
  • clientMutationId: String
  • # 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