mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
375 B
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 } }