appwrite/docs/examples/1.2.x/client-graphql/examples/teams/get.md

143 B

query { teamsGet( teamId: "[TEAM_ID]" ) { _id _createdAt _updatedAt name total } }