Queries
workflowTemplate
Null if no template with that ID is published. Deprecated templates still resolve here, which is what keeps existing install links working. Needs an authenticated caller and nothing more.
QUERY
workflowTemplate(templateId: ID!): WorkflowTemplateArguments
templateId
ID!
required
Returns
id
ID!
Stable, human-readable identifier. Also the template's public URL, so it never changes.
title
String!
content
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.
dependencies
workflows
Query
Variables
Response
Query
Variables
Response

