chaging schemas for front

This commit is contained in:
José Salazar
2025-12-04 17:05:27 -05:00
parent ef88639463
commit cf18fdb16b
9 changed files with 43 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
mutation CreateTeam(
$teamName: String!,
$ownerId: UUID!,
$ownerId: String!,
$ownerName: String!,
$ownerRole: TeamOwnerRole!,
$favoriteStaff: String,
@@ -21,7 +21,7 @@ mutation CreateTeam(
mutation UpdateTeam(
$id: UUID!,
$teamName: String,
$ownerId: UUID,
$ownerId: String,
$ownerName: String,
$ownerRole: TeamOwnerRole,
$favoriteStaff: String,