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

fix(models): small is not a type

parent 782be0bc
No related branches found
No related tags found
2 merge requests!52Docx,!17Graphql api
...@@ -3,8 +3,8 @@ type File { ...@@ -3,8 +3,8 @@ type File {
name: String! name: String!
alt: String alt: String
caption: String caption: String
url(size: small): String! url(size: ImageSize!): String!
# storedObjects: [StoredObjects!]! storedObjects: [StoredObjects!]!
uploadStatus: String uploadStatus: String
updated: DateTime! updated: DateTime!
created: DateTime! created: DateTime!
......
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