GraphQLReferenceMutationscreateTemplateTagOn this pagecreateTemplateTag Create a new tag on a template for categorisation. Input templateTagCreateInput Return Type ID Example mutation AddTag { createTemplateTag(input: { templateId: "dHBsMTIzNDU2" tag: "employment" })} Related deleteTemplateTag Template type