mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 21:19:19 +00:00
265 B
265 B
mutation { databasesCreateIndex( databaseId: "[DATABASE_ID]", collectionId: "[COLLECTION_ID]", key: "", type: "key", attributes: [] ) { key type status error attributes } }