Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

createTerm

mutationcreateTerm

Create a Term either at root level (parentTermId is null) or as children of a given Term.

  • name is mandatory
  • description is mandatory and supports markdown
  • linkedTagId will override any linked term on the given tag
createTerm(
data: CreateTermInput!
): Term!