Type alias WorkflowStep

WorkflowStep: {
    __typename?: "WorkflowStep";
    allowEdit: Scalars["Boolean"];
    allowedRoles: Role[];
    apiId: Scalars["String"];
    color: ColorPalette;
    createdAt: Scalars["DateTime"];
    description?: Maybe<Scalars["String"]>;
    displayName: Scalars["String"];
    id: Scalars["ID"];
    position: Scalars["Int"];
    publishStages: Stage[];
    returnToStep?: Maybe<WorkflowStep>;
    updatedAt: Scalars["DateTime"];
    workflow: Workflow;
}

Type declaration

Generated using TypeDoc