Skip to main content

DeleteTreeFieldNodeInput

Input for deleting a tree field node and all its descendants.

input DeleteTreeFieldNodeInput {
fieldDefinitionId: ID!
currentNodePath: String!
}

Fields

DeleteTreeFieldNodeInput.fieldDefinitionId ● ID! non-null scalar

The ID of the FieldDefinition of type tree.

DeleteTreeFieldNodeInput.currentNodePath ● String! non-null scalar

The path of the node to delete, as a separator-joined string (e.g. "31126623|~^31126628").

Member Of

deleteTreeFieldNode mutation