Skip to main content
inputMoveLabelTypeInput

Fields

labelTypeId
ID!
required
afterLabelTypeId
ID

Move the label type immediately after the label type with the given ID. Required if beforeLabelTypeId is not provided.

beforeLabelTypeId
ID

Move the label type immediately before the label type with the given ID. Required if afterLabelTypeId is not provided.

parentLabelTypeId
ID

Move the label type to be a child of the specified parent. When provided alone, the label will be moved to the end of the parent's children. When provided with afterLabelTypeId or beforeLabelTypeId, validates that the reference label has the same parent.