OfferingLabOption
Offering Lab Option
Fields
lab_option
· LabOption
· lab option lab_option_id
· ID
· id of related appointment type offering_id
· ID
· id of related offering 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!}