Skip to content

LabOption

Lab Option

Fields

id · ID! · required · The unique identifier of the option
lab_name · String · If available, the name of the Lab that offers this option
markers · [LabOptionMarker!] · If available, markers included in the test will be returned
name · String! · required · Name of the option
provider_identifier · ID · The unique identifier of the option

Used By

Definition

"""
Lab Option
"""
type LabOption {
"""
The unique identifier of the option
"""
id: ID!
"""
If available, the name of the Lab that offers this option
"""
lab_name: String
"""
If available, markers included in the test will be returned
"""
markers: [LabOptionMarker!]
"""
Name of the option
"""
name: String!
"""
The unique identifier of the option
"""
provider_identifier: ID
}