Skip to content

LabFiltersDataType

Options for lab filters

Fields

clients · [User!] · The list of the data clients
labs · [String] · The list of the labs
normalized_statuses · [String] · The list of the normalized statuses
providers · [User!] · The list of the data providers
statuses · [String] · The list of the statuses

Used By

Definition

"""
Options for lab filters
"""
type LabFiltersDataType {
"""
The list of the data clients
"""
clients: [User!]
"""
The list of the labs
"""
labs: [String]
"""
The list of the normalized statuses
"""
normalized_statuses: [String]
"""
The list of the data providers
"""
providers: [User!]
"""
The list of the statuses
"""
statuses: [String]
}