Skip to content

LabOptionMarker

Lab Option Marker

Fields

description · String · A more detailed description of the marker
name · String! · required · The name of the marker

Used By

Definition

"""
Lab Option Marker
"""
type LabOptionMarker {
"""
A more detailed description of the marker
"""
description: String
"""
The name of the marker
"""
name: String!
}