new schema of teamhub
This commit is contained in:
@@ -5,12 +5,18 @@ type TeamHub @table(name: "team_hubs") {
|
||||
team: Team! @ref(fields: "teamId", references: "id")
|
||||
|
||||
hubName: String!
|
||||
|
||||
address: String!
|
||||
addressLocation: Any #object
|
||||
placeId: String
|
||||
latitude: Float
|
||||
longitude: Float
|
||||
|
||||
city: String
|
||||
state: String
|
||||
street: String
|
||||
country: String
|
||||
zipCode: String
|
||||
|
||||
managerName: String
|
||||
isActive: Boolean! @default(expr: "true")
|
||||
departments: Any
|
||||
|
||||
Reference in New Issue
Block a user