init
This commit is contained in:
commit
f8f62e3997
17 changed files with 1190 additions and 0 deletions
graphql
8
graphql/client.graphql
Normal file
8
graphql/client.graphql
Normal file
|
@ -0,0 +1,8 @@
|
|||
query getAllImages {
|
||||
allImages {
|
||||
id
|
||||
paths {
|
||||
image
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue