s3browser-frontend/src/graphql/getFile.graphql

9 lines
100 B
GraphQL

query getFile($id: objID!){
file(id: $id){
id
name
size
contentType
etag
}
}