appwrite/docs/examples/1.6.x/server-graphql/examples/databases/create-index.md
2024-12-11 19:15:29 +13:00

338 B

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