Files
appwrite/docs/examples/1.8.x/server-graphql/examples/databases/create-collection.md
T
2025-07-30 10:39:28 +05:30

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 } } }