OBJECT

LabOption

Lab Option

link GraphQL Schema definition

  • type LabOption {
  • # The unique identifier of the option
  • id: ID!
  • # Name of the option
  • name: String
  • }