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

200 B

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