Skip to main content

AppointmentServiceConsumableCanUpdate

No description

type AppointmentServiceConsumableCanUpdate {
appointmentServiceId: uuid!
consumable: MinimalResolvedConsumable!
quantity: Float!
service: MinimalResolvedService!
text: String!
}

Fields

AppointmentServiceConsumableCanUpdate.appointmentServiceId ● uuid! non-null scalar

AppointmentServiceConsumableCanUpdate.consumable ● MinimalResolvedConsumable! non-null object

AppointmentServiceConsumableCanUpdate.quantity ● Float! non-null scalar

AppointmentServiceConsumableCanUpdate.service ● MinimalResolvedService! non-null object

AppointmentServiceConsumableCanUpdate.text ● String! non-null scalar

Member Of

GetAppointmentConsumablesDataOutput object