Admin
The docs (https://appwrite.io/docs/server/databases?sdk=graphql-default#databasesListCollections) have this:
query { databasesListCollections( databaseId: "[DATABASE_ID]" ) { total collections { _id _createdAt _updatedAt _permissions databaseId name enabled documentSecurity attributes indexes { key type status attributes } } }}so you might want to start with that