ENUM
FilesystemEnvironmentType
link GraphQL Schema definition
1 enum FilesystemEnvironmentType { 2 3 4 5 6 }
link Required by
- FilesystemExecutionEnvironment
- FilesystemExecutionEnvironmentInput
- FilesystemLevelExecutionEnvironmentInputA per-level execution environment for a progressive question. Identical to FilesystemExecutionEnvironmentInput except the filesystem is expressed as 'diffs' (changes relative to the previous level) instead of a full file list.