changing name of variable of table, dataconnect need singular but table plural

This commit is contained in:
José Salazar
2025-11-25 13:47:59 -05:00
parent 846d2edd53
commit 146a43847d
3 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
type VendorDefaultSettings @table(name: "vendor_default_settings") {
type VendorDefaultSetting @table(name: "vendor_default_settings") {
id: UUID! @default(expr: "uuidV4()")
vendorName: String!
defaultMarkupPercentage: Float!