Search Groups

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

Was this helpful?