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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...