mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
639 B
639 B
mutation { databasesCreateCollection( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", name: "", permissions: ["read("any")"], documentSecurity: false, enabled: false ) { _id _createdAt _updatedAt _permissions databaseId name enabled documentSecurity attributes indexes { _id _createdAt _updatedAt key type status error attributes lengths orders } } }