AppointmentConsumableStatusDetails
No description
type AppointmentConsumableStatusDetails {
appointmentServiceId: uuid!
consumableBrandName: String
consumableMetadata: jsonb!
consumableTypeId: uuid!
consumableTypeName: String!
consumableTypeUnitName: String!
quantity: Float!
}