Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
createTerm
mutation
createTermCreate a Term either at root level (parentTermId is null) or as children of a given Term.
nameis mandatorydescriptionis mandatory and supports markdownlinkedTagIdwill override any linked term on the given tag
createTerm(
data: CreateTermInput!
): Term!