basic file opening
This commit is contained in:
9
src/graphql/getFile.graphql
Normal file
9
src/graphql/getFile.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
query getFile($id: ID!){
|
||||
file(id: $id){
|
||||
id
|
||||
name
|
||||
size
|
||||
contentType
|
||||
etag
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user