changing name of variable of table, dataconnect need singular but table plural
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user