type Query { plugins: [Plugin!]! fsEntry(path: String!): FsEntry } type Plugin { name: String! endpountSubPath: String }