AppointmentServiceConsumableTypeToResolve
No description
type AppointmentServiceConsumableTypeToResolve {
appointmentServiceId: uuid!
quantity: Float!
service: MinimalResolvedService!
text: String!
type: MinimalResolvedConsumableType!
}
No description
type AppointmentServiceConsumableTypeToResolve {
appointmentServiceId: uuid!
quantity: Float!
service: MinimalResolvedService!
text: String!
type: MinimalResolvedConsumableType!
}
AppointmentServiceConsumableTypeToResolve.appointmentServiceId
● uuid!
non-null scalarAppointmentServiceConsumableTypeToResolve.quantity
● Float!
non-null scalarAppointmentServiceConsumableTypeToResolve.service
● MinimalResolvedService!
non-null objectAppointmentServiceConsumableTypeToResolve.text
● String!
non-null scalarAppointmentServiceConsumableTypeToResolve.type
● MinimalResolvedConsumableType!
non-null object