Type alias BatchMigrationCreateWorkflowStepInput

BatchMigrationCreateWorkflowStepInput: {
    allowEdit: Scalars["Boolean"];
    allowedRoles: Scalars["ID"][];
    apiId: Scalars["String"];
    color: ColorPalette;
    description?: InputMaybe<Scalars["String"]>;
    displayName: Scalars["String"];
    position?: InputMaybe<Scalars["Int"]>;
    publishStages?: InputMaybe<Scalars["String"][]>;
    returnToStep?: InputMaybe<Scalars["String"]>;
}

Type declaration

  • allowEdit: Scalars["Boolean"]
  • allowedRoles: Scalars["ID"][]
  • apiId: Scalars["String"]
  • color: ColorPalette
  • Optional description?: InputMaybe<Scalars["String"]>
  • displayName: Scalars["String"]
  • Optional position?: InputMaybe<Scalars["Int"]>

    If omitted, a position will be assigned. If a step with the chosen position already exists, the new step will be inserted at the next available position

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

    The apiId of the step to return to Cannot be set for the first step

Generated using TypeDoc