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

8 lines
117 B
GraphQL

type Mutation {
uploadFile(dir: String!, file: Upload!): Boolean!
dedupeStorage: Int!
}
type Task {
id: ID!
}