Skip to main content

AppointmentServiceConsumableTypeToResolve

No description

type AppointmentServiceConsumableTypeToResolve {
appointmentServiceId: uuid!
quantity: Float!
service: MinimalResolvedService!
text: String!
type: MinimalResolvedConsumableType!
}

Fields

AppointmentServiceConsumableTypeToResolve.appointmentServiceId ● uuid! non-null scalar

AppointmentServiceConsumableTypeToResolve.quantity ● Float! non-null scalar

AppointmentServiceConsumableTypeToResolve.service ● MinimalResolvedService! non-null object

AppointmentServiceConsumableTypeToResolve.text ● String! non-null scalar

AppointmentServiceConsumableTypeToResolve.type ● MinimalResolvedConsumableType! non-null object

Member Of

GetAppointmentConsumablesDataOutput object