LabFiltersDataType
Options for lab filters
Fields
normalized_statuses
· [String]
· The list of the normalized statuses reviewing_providers
· [User!]
· The list of the reviewing providers 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 ordering providers """ providers: [User!]
""" The list of the reviewing providers """ reviewing_providers: [User!]
""" The list of the statuses """ statuses: [String]}