1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00
appwrite/docs/examples/1.5.x/server-graphql/examples/health/get-queue-usage.md

8 lines
83 B
Markdown
Raw Normal View History

2024-03-08 22:58:46 +13:00
query {
healthGetQueueUsage(
threshold: 0
) {
size
}
}