UpdateTreeFieldNodeInput
Input for updating a tree field node's selectability and/or translations.
input UpdateTreeFieldNodeInput {
fieldDefinitionId: ID!
currentNodePath: String!
isSelectable: Boolean
translations: [TranslationStringInput!]
}
Fields
UpdateTreeFieldNodeInput.fieldDefinitionId ● ID! non-null scalar
The ID of the FieldDefinition of type tree.
UpdateTreeFieldNodeInput.currentNodePath ● String! non-null scalar
The path of the node to update, as a separator-joined string (e.g. "31126623|~^31126628").
UpdateTreeFieldNodeInput.isSelectable ● Boolean scalar
Whether this node should be selectable (present in treeOptions).
UpdateTreeFieldNodeInput.translations ● [TranslationStringInput!] list input
Labels for the node in various languages. Replaces all existing translations.
Member Of
updateTreeFieldNode mutation