Query
Variables
Response
Queries
validateWorkflowDraft
Validates a workflow draft and returns the diagnostics.
QUERY
validateWorkflowDraft(id: ID!): WorkflowValidation!Arguments
id
ID!
required
Identifier of the resource to return or affect.
Returns
valid
Boolean!
Whether this workflow validation is valid.
diagnostics
Diagnostics associated with this workflow validation.
Query
Variables
Response