mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 07:28:33 +00:00
387 B
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 } }