mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +00:00
425 B
425 B
mutation { databasesCreateCollection( databaseId: "[DATABASE_ID]", collectionId: "[COLLECTION_ID]", name: "[NAME]" ) { _id _createdAt _updatedAt _permissions databaseId name enabled documentSecurity attributes indexes { key type status attributes } } }