1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00
appwrite/docs/examples/1.5.x/server-graphql/examples/health/get-queue-usage.md
2024-03-08 10:58:46 +01:00

8 lines
83 B
Markdown

query {
healthGetQueueUsage(
threshold: 0
) {
size
}
}