appwrite/docs/examples/1.6.x/server-graphql/examples/databases/get-index.md
2024-12-11 19:15:29 +13:00

267 B

query { databasesGetIndex( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", key: "" ) { key type status error attributes orders _createdAt _updatedAt } }