ENUM
TaskDiffAction
link GraphQL Schema definition
1 enum TaskDiffAction { 2 3 4 5 6 }
link Required by
- AddOrReplaceTaskLevelDiffA diff is a step to build the current level based on previous level.
- DeleteTaskLevelDiff
- FilesystemDiffInputA single file change applied to build a progressive level's filesystem on top of the previous level. 'upsertFile' adds or replaces a file (or folder); 'deleteFile' removes a path (and its descendants).
- TaskLevelDiffInterface