Don't set image.title to file basename in graphql (#5658)

* Don't set image title to filename in graphql
* Remove deprecated files field from image fragments
This commit is contained in:
WithoutPants
2025-02-18 16:32:33 +11:00
committed by GitHub
parent 50a900e83c
commit c8032f04fa
7 changed files with 31 additions and 25 deletions

View File

@@ -10,10 +10,6 @@ fragment SlimImageData on Image {
organized
o_counter
files {
...ImageFileData
}
paths {
thumbnail
preview

View File

@@ -12,10 +12,6 @@ fragment ImageData on Image {
created_at
updated_at
files {
...ImageFileData
}
paths {
thumbnail
preview