changing name of variable of table, dataconnect need singular but table plural
This commit is contained in:
@@ -7,10 +7,10 @@ query listVendorDefaultSettings @auth(level: USER) {
|
||||
}
|
||||
}
|
||||
|
||||
query getVendorDefaultSettingsById(
|
||||
query getVendorDefaultSettingById(
|
||||
$id: UUID!
|
||||
) @auth(level: USER) {
|
||||
vendorDefaultSettings(id: $id) {
|
||||
vendorDefaultSetting(id: $id) {
|
||||
id
|
||||
vendorName
|
||||
defaultMarkupPercentage
|
||||
|
||||
Reference in New Issue
Block a user