chore(legacy): relocate v1 dataconnect source
This commit is contained in:
9
legacy/dataconnect-v1/schema/costCenter.gql
Normal file
9
legacy/dataconnect-v1/schema/costCenter.gql
Normal file
@@ -0,0 +1,9 @@
|
||||
type CostCenter @table(name: "cost_centers") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
name: String!
|
||||
businessId: UUID!
|
||||
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user