OBJECT

AddOrReplaceTaskLevelDiff

A diff is a step to build the current level based on previous level.

link GraphQL Schema definition

1type AddOrReplaceTaskLevelDiff implements TaskLevelDiffInterface {
2
3action: TaskDiffAction!
4
5path: String!
6
7source: String
8
9}

link Required by

This element is not required by anyone