Can I do a queries with roles of team ?
for example : List Team Memberships with only owner members so if I am the only owner it will return only 1 membership of owner
haven't tried but the sdk method accepts queries, maybe take a dig at it? https://appwrite.io/docs/references/cloud/client-web/teams#list
didn't work and getting errors " Attribute not found " so I ask , I need to pass attribute "Flutter Sdk" , which is not an component of Teams , Tried "ROLES", "Roles" , Didn't work , I think usage of Queries with Teams is limited to some queries like "limit" but the Sdk not handling this .
And , we lost the ability to OrderDSC that existed before in 0.15
Recommended threads
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...