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