appwrite/docs/examples/1.2.x/server-graphql/examples/databases/create-index.md
2022-12-26 13:17:28 +01:00

251 B

mutation { databasesCreateIndex( databaseId: "[DATABASE_ID]", collectionId: "[COLLECTION_ID]", key: "", type: "key", attributes: [] ) { key type status attributes } }