AppointmentServiceConsumableCanUpdate
No description
type AppointmentServiceConsumableCanUpdate {
appointmentServiceId: uuid!
consumable: MinimalResolvedConsumable!
quantity: Float!
service: MinimalResolvedService!
text: String!
}
No description
type AppointmentServiceConsumableCanUpdate {
appointmentServiceId: uuid!
consumable: MinimalResolvedConsumable!
quantity: Float!
service: MinimalResolvedService!
text: String!
}
AppointmentServiceConsumableCanUpdate.appointmentServiceId
● uuid!
non-null scalarAppointmentServiceConsumableCanUpdate.consumable
● MinimalResolvedConsumable!
non-null objectAppointmentServiceConsumableCanUpdate.quantity
● Float!
non-null scalarAppointmentServiceConsumableCanUpdate.service
● MinimalResolvedService!
non-null objectAppointmentServiceConsumableCanUpdate.text
● String!
non-null scalar