mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 22:18:51 +00:00
251 B
251 B
mutation { databasesCreateIndex( databaseId: "[DATABASE_ID]", collectionId: "[COLLECTION_ID]", key: "", type: "key", attributes: [] ) { key type status attributes } }