Skip to content
searchTeamsQuery
searchTeams(query: String!, type: ActivityType, business: EntityRef): [Team!]!

Arguments

queryString!
businessEntityRef

Returns

[Team!]!

See Team for the full shape.

Try it

Example
Query
query SearchTeams($query: String!, $type: ActivityType, $business: EntityRef) {
  searchTeams(query: $query, type: $type, business: $business) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
searchTeams