Type alias BatchMigrationUpdateWorkflowStepPublishStagesInput

BatchMigrationUpdateWorkflowStepPublishStagesInput: {
    stagesToAdd?: InputMaybe<Scalars["String"][]>;
    stagesToRemove?: InputMaybe<Scalars["String"][]>;
}

Type declaration

  • Optional stagesToAdd?: InputMaybe<Scalars["String"][]>

    IDs of the stages to add to the workflow step

  • Optional stagesToRemove?: InputMaybe<Scalars["String"][]>

    IDs of the stages to remove from the workflow step

Generated using TypeDoc