#Queries with teams
1 messages · Page 1 of 1 (latest)
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
The Teams service allows you to group users of your project and to enable them to share read and write access to your project resources, such as database documents or storage files.
Each user who creates a team becomes the team owner and can delegate the ownership role by inviting a new team member. Only ...
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 .