upsertTeam
mutation
upsertTeamUpsert a Team. If the name do not exist, then it will create a new team otherwise it will update the existing team.
upsertTeam(
data: UpsertTeamInput!
): Team!
upsertTeamUpsert a Team. If the name do not exist, then it will create a new team otherwise it will update the existing team.
upsertTeam(
data: UpsertTeamInput!
): Team!