appwrite/docs/examples/1.3.x/server-graphql/examples/storage/create-bucket.md
2023-04-12 01:23:29 +12:00

340 B

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