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

387 B

mutation { databasesCreateIndex( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", key: "", type: "key", attributes: [], orders: [], lengths: [] ) { _id _createdAt _updatedAt key type status error attributes lengths orders } }