Mutations
moveLabelType
Changes the position of a label type in the ordered list, or moves it to a different parent. Supply afterLabelTypeId or beforeLabelTypeId to place the label type relative to a sibling, and optionally parentLabelTypeId to nest it under a parent. Requires the labelType:edit permission.
MUTATION
moveLabelType(input: MoveLabelTypeInput!): MoveLabelTypeOutput!Arguments
input
required
Returns
labelType
error
Mutation
Variables
Response
Mutation
Variables
Response

