CreateLabelInput
Input for the createLabel mutation
input CreateLabelInput {
  color: String!
  description: String!
  name: String!
  trackables: [ID!]!
}
Fields
CreateLabelInput.color ● String! non-null scalar
Initial color of the Label
CreateLabelInput.description ● String! non-null scalar
The description of the NamedNode
CreateLabelInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
CreateLabelInput.trackables ● [ID!]! non-null scalar
IDs of Trackables the Label is added to, at least one required.
Member of
createLabel  mutation