Skip to main content

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!