Add workspace scoping to pipeline progress and expose findManyPipelineeProgress on graphql (#292)
Add workspace scoping to pipeline progress and expose findManyPipelineProgress on graphql
This commit is contained in:
@ -22,8 +22,8 @@ export class PipelineProgressUpdateManyMutationInput {
|
||||
@Field(() => EnumPipelineProgressableTypeFieldUpdateOperationsInput, {
|
||||
nullable: true,
|
||||
})
|
||||
associableType?: EnumPipelineProgressableTypeFieldUpdateOperationsInput;
|
||||
progressableType?: EnumPipelineProgressableTypeFieldUpdateOperationsInput;
|
||||
|
||||
@Field(() => StringFieldUpdateOperationsInput, { nullable: true })
|
||||
associableId?: StringFieldUpdateOperationsInput;
|
||||
progressableId?: StringFieldUpdateOperationsInput;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user