fixed queryer relation issues

This commit is contained in:
2026-04-02 22:51:13 -04:00
parent 06f6a587de
commit 7876567ae7
9 changed files with 388 additions and 58 deletions

View File

@ -48,7 +48,7 @@
"errors": [
{
"code": "INVALID_TYPE",
"path": "base_prop"
"details": { "path": "base_prop" }
}
]
}
@ -109,7 +109,7 @@
"errors": [
{
"code": "REQUIRED_FIELD_MISSING",
"path": "a"
"details": { "path": "a" }
}
]
}
@ -126,7 +126,7 @@
"errors": [
{
"code": "REQUIRED_FIELD_MISSING",
"path": "b"
"details": { "path": "b" }
}
]
}
@ -196,7 +196,7 @@
"errors": [
{
"code": "DEPENDENCY_MISSING",
"path": ""
"details": { "path": "" }
}
]
}
@ -214,7 +214,7 @@
"errors": [
{
"code": "DEPENDENCY_MISSING",
"path": ""
"details": { "path": "" }
}
]
}