Rename pipeline schema (#184)

This commit is contained in:
Charles Bochet
2023-06-02 12:39:58 +02:00
committed by GitHub
parent 0609994477
commit f23bbb9a68
132 changed files with 2825 additions and 138 deletions

View File

@ -8,5 +8,5 @@ export class PipelineCount {
pipelineStages?: number;
@Field(() => Int, { nullable: false })
pipelineAssociations?: number;
pipelineProgresses?: number;
}