Files
appwrite/docs/examples/1.7.x/server-graphql/examples/databases/create-index.md
T
2025-05-18 02:28:12 +12:00

375 B

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