GetTeamsResponse
Response object for getting a list of teams and their members.
type GetTeamsResponse {
success: Boolean!
teams: [Team]!
}
Fields
GetTeamsResponse.success ● Boolean! non-null scalar
GetTeamsResponse.teams ● [Team]! non-null object team
Returned By
GetTeams query