GraphQL: Allow querying Workflow state entities/

I would like to use GraphQL to enumerate the states of a particular Workflow field in a particular DB, but I do not find that this is currently possible, as I found no GraphQL endpoint corresponding to Fibery Workflow types.

In this case, GraphQL’s Type name for my Workflow field is “WorkflowStateProjectsPageMeta” (it is in my Projects/Page Meta DB).

It appears what I need is a GraphQL endpoint “WorkflowsState” ?

Hi, @Matt_Blais

Please use Workflow endpoint: {your host}/api/graphql/space/workflow

Please find below how I requested Automation Rules/Stories states:

1 Like