Skip to content

OfferingLabOption

Offering Lab Option

Fields

created_at · String! · required · created at
id · ID! · required · The unique identifier of the lab option
lab_option · LabOption · lab option
lab_option_id · ID · id of related appointment type
offering_id · ID · id of related offering
updated_at · String! · required · updated at

Used By

Definition

"""
Offering Lab Option
"""
type OfferingLabOption {
"""
created at
"""
created_at: String!
"""
The unique identifier of the lab option
"""
id: ID!
"""
lab option
"""
lab_option: LabOption
"""
id of related appointment type
"""
lab_option_id: ID
"""
id of related offering
"""
offering_id: ID
"""
updated at
"""
updated_at: String!
}