OBJECT
AddOrReplaceTaskLevelDiff
A diff is a step to build the current level based on previous level.
link GraphQL Schema definition
1 type AddOrReplaceTaskLevelDiff implements TaskLevelDiffInterface { 2 3 TaskDiffAction! : 4 5 String! : 6 7 String : 8 9 }
link Required by
This element is not required by anyone