Skip to main content
QUERY
workflowTemplate(templateId: ID!): WorkflowTemplate

Arguments

templateId
ID!
required
id
ID!

Stable, human-readable identifier. Also the template's public URL, so it never changes.

title
String!

The template's description, as ordered blocks. The first block doubles as the gallery summary.

tags
[String!]!
isFeatured
Boolean!

Whether the gallery should highlight this template. Editorial, so it carries no meaning to the workflow engine.

author
String!

The author's brand name, as it should be displayed.

authorDomain
String!

The author's domain, for rendering their logo.

Query
Variables
Response