GetAppointmentConsumablesDataOutput
No description
type GetAppointmentConsumablesDataOutput {
canUpdate: [AppointmentServiceConsumableCanUpdate!]!
hasCanUpdate: Boolean!
hasMarkedUnused: Boolean!
hasToResolve: Boolean!
markedUnused: [AppointmentServiceConsumableTypeMarkedUnused!]!
toResolve: [AppointmentServiceConsumableTypeToResolve!]!
}