Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
UpdateTermInput
Input object expected by the query or mutation
input UpdateTermInput {
description: String
id: String!
linkedTagId: String
name: String
parentTermId: String
}
Fields
UpdateTermInput.description ● String scalar general
Description for the term, supports markdown
UpdateTermInput.id ● String! non-null scalar general
ID of the term to update
UpdateTermInput.linkedTagId ● String scalar general
ID of the tag to link to the term, remove by sending null
UpdateTermInput.name ● String scalar general
Name of the term
UpdateTermInput.parentTermId ● String scalar general
ID of the parent term, null will set as root term
Example
Member Of
updateTermmutation