Search for groups. Each result will return a list of groups.
query ( $name: String $limit: Int ) { groups ( name: $name limit: $limit ) { id name metadata logo_url visibility } }
Last updated 1 month ago
Was this helpful?