feat: Integrate Data Connect and Implement Staff List View Directory
This commit is contained in:
10
apps/web/dataconnect/schema/customRateCard.gql
Normal file
10
apps/web/dataconnect/schema/customRateCard.gql
Normal file
@@ -0,0 +1,10 @@
|
||||
type CustomRateCard @table(name: "custom_rate_cards") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
name: String!
|
||||
baseBook: String
|
||||
discount: Float
|
||||
isDefault: Boolean
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user