Type alias BatchWorkflowUpdateModelsInput

BatchWorkflowUpdateModelsInput: {
    modelsToAdd?: InputMaybe<Scalars["String"][]>;
    modelsToRemove?: InputMaybe<Scalars["String"][]>;
}

Type declaration

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

    ApiIDs of the models to add to the workflow

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

    ApiIDs of the models to remove from the workflow

Generated using TypeDoc