LabFiltersDataType
Options for lab filters
Fields
normalized_statuses
· [String]
· The list of the normalized 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]}