1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00
appwrite/docs/examples/1.5.x/server-graphql/examples/health/get-storage.md

8 lines
80 B
Markdown
Raw Normal View History

2024-03-08 22:58:46 +13:00
query {
healthGetStorage {
name
ping
status
}
}