appwrite/docs/examples/1.3.x/server-graphql/examples/databases/create-index.md
2023-04-12 01:23:29 +12:00

251 B

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