INPUT_OBJECT
CreateAppointmentReminderInput
link GraphQL Schema definition
- input CreateAppointmentReminderInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Relation to single entity instance.
- ID! :
- # Whole natural number.
- Int! :
- # Relation to single entity instance.
- ID! :
- # Datetime information.
- DateTime :
- # Field whose values are strictly defined with an enumeration of values.
- ReminderStatusEnum :
- # Revision when entity was lastly changed.
- Int :
- }