This commit is contained in:
RoyalCat 2023-07-05 10:37:32 +03:00
commit f8f62e3997
17 changed files with 1190 additions and 0 deletions

8
graphql/client.graphql Normal file
View file

@ -0,0 +1,8 @@
query getAllImages {
allImages {
id
paths {
image
}
}
}