Skip to content
Snippets Groups Projects
Commit 782be0bc authored by Yannis Barlas's avatar Yannis Barlas
Browse files

fix(server): fix datetime type for file

parent 8c04f35d
No related branches found
No related tags found
2 merge requests!52Docx,!17Graphql api
......@@ -6,8 +6,8 @@ type File {
url(size: small): String!
# storedObjects: [StoredObjects!]!
uploadStatus: String
updated: Date!
created: Date!
updated: DateTime!
created: DateTime!
}
type ImageMetadata {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment