OBJECT

OfferingLabOption

Offering Lab Option

link GraphQL Schema definition

  • 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
  • # udpated at
  • updated_at: String!
  • }