merge with dev
This commit is contained in:
@@ -3,6 +3,9 @@ type TeamHub @table(name: "team_hubs") {
|
||||
|
||||
teamId: UUID!
|
||||
team: Team! @ref(fields: "teamId", references: "id")
|
||||
|
||||
costCenterId: UUID
|
||||
costCenter: CostCenter @ref(fields: "costCenterId", references: "id")
|
||||
|
||||
hubName: String!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user