making city null
This commit is contained in:
@@ -2,7 +2,7 @@ mutation createTeamHub(
|
||||
$teamId: UUID!
|
||||
$hubName: String!
|
||||
$address: String!
|
||||
$city: String!
|
||||
$city: String
|
||||
$state: String
|
||||
$zipCode: String
|
||||
$managerName: String
|
||||
|
||||
@@ -6,7 +6,7 @@ type TeamHub @table(name: "team_hubs") {
|
||||
|
||||
hubName: String!
|
||||
address: String!
|
||||
city: String!
|
||||
city: String
|
||||
state: String
|
||||
zipCode: String
|
||||
managerName: String
|
||||
|
||||
Reference in New Issue
Block a user