1
0
Fork 0
mirror of synced 2024-09-19 02:48:02 +12:00
appwrite/docs/examples/1.4.x/server-graphql/examples/storage/list-buckets.md
2023-08-30 11:20:26 +02:00

363 B

query { storageListBuckets { total buckets { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } } }