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

200 B

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