Skip to main content

templateRenderToHTML

Render a Template to HTML string, this mutation can be used to preview your template with a given payloadAUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER]

templateRenderToHTML(
id: String!
input: TemplateRenderInput!
): String!

Arguments

templateRenderToHTML.id ● String! non-null scalar

A unique identifier for the template

templateRenderToHTML.input ● TemplateRenderInput! non-null input

Type

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.