1 2 3 4 5 6
query SearchTeamById($id: String!) { search_team_by_id(args: { match: $id }) { id name } }