Type alias BatchWorkflowUpdateRolesInput

BatchWorkflowUpdateRolesInput: {
    rolesToAdd?: InputMaybe<Scalars["ID"][]>;
    rolesToRemove?: InputMaybe<Scalars["ID"][]>;
}

Type declaration

  • Optional rolesToAdd?: InputMaybe<Scalars["ID"][]>

    IDs of the roles to add to the workflow overrides

  • Optional rolesToRemove?: InputMaybe<Scalars["ID"][]>

    IDs of the roles to remove from the workflow overrides

Generated using TypeDoc