tstor/server/graphql/query.graphql
2025-04-03 03:19:01 +04:00

9 lines
130 B
GraphQL

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