From a08455a9ea52644ccdb107bbbdaa23756bc9fafc Mon Sep 17 00:00:00 2001 From: Tobias Bossert Date: Fri, 7 Oct 2022 10:47:54 +0200 Subject: [PATCH] graphQL: changed size attribute of File to Float --- _graphql/types/File.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_graphql/types/File.yml b/_graphql/types/File.yml index ea9217adc..2aa2cc3ef 100644 --- a/_graphql/types/File.yml +++ b/_graphql/types/File.yml @@ -17,7 +17,7 @@ File: name: String filename: String extension: String - size: Int + size: Float url: String thumbnail: String smallThumbnail: String