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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...