tstor/graphql/query.graphql
2025-03-22 08:49:14 +04:00

9 lines
130 B
GraphQL

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