chore(legacy): relocate v1 dataconnect source
This commit is contained in:
13
legacy/dataconnect-v1/schema/teamHudDeparment.gql
Normal file
13
legacy/dataconnect-v1/schema/teamHudDeparment.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
type TeamHudDepartment @table(name: "team_hud_departments") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
|
||||
name: String!
|
||||
costCenter: String
|
||||
|
||||
teamHubId: UUID!
|
||||
teamHub: TeamHub! @ref(fields: "teamHubId", references: "id")
|
||||
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user