1 2 3 4 5
mutation CreateTeam($teamName: String!) { createTeam(object: { teamName: $teamName }) { teamId } }