appwrite/docs/examples/1.2.x/server-graphql/examples/storage/create-bucket.md

340 B

mutation { storageCreateBucket( bucketId: "[BUCKET_ID]", name: "[NAME]" ) { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } }