making city null

This commit is contained in:
José Salazar
2026-01-22 12:37:08 -05:00
parent fdf28beae4
commit 703235d69b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ mutation createTeamHub(
$teamId: UUID!
$hubName: String!
$address: String!
$city: String!
$city: String
$state: String
$zipCode: String
$managerName: String

View File

@@ -6,7 +6,7 @@ type TeamHub @table(name: "team_hubs") {
hubName: String!
address: String!
city: String!
city: String
state: String
zipCode: String
managerName: String