mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 22:18:51 +00:00
576 B
576 B
mutation { storageCreateBucket( bucketId: "<BUCKET_ID>", name: "", permissions: ["read("any")"], fileSecurity: false, enabled: false, maximumFileSize: 1, allowedFileExtensions: [], compression: "none", encryption: false, antivirus: false ) { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } }