LabOption
Lab Option
Fields
markers
· [LabOptionMarker!]
· If available, markers included in the test will be returned 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}