modications for hubs and teams
This commit is contained in:
@@ -7,9 +7,9 @@ type TeamHub @table(name: "team_hubs") {
|
||||
hubName: String!
|
||||
address: String!
|
||||
city: String!
|
||||
state: String!
|
||||
zipCode: String!
|
||||
managerName: String!
|
||||
state: String
|
||||
zipCode: String
|
||||
managerName: String
|
||||
isActive: Boolean! @default(expr: "true")
|
||||
departments: Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user