mutation CreateTeam($input: CreateTeamInput!) { createTeam(input: $input) { team { id name teamType } } }