OBJECT
1type FilesystemFile {23# Whether it is a folder or not.4isFolder: Boolean 56# The file contents.7source: String! 89# The file/folder path.10path: String! 1112}