fix(index): Add type casting to raw order by (#10899)
**What** Fix index engine query builder to include column type casting on order by Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
co-authored by
Carlos R. L. Rodrigues
parent
11f98f374c
commit
8792d0c062
@@ -23,6 +23,6 @@ export const schema = `
|
||||
}
|
||||
|
||||
type Price @Listeners(values: ["price.created", "price.updated", "price.deleted"]) {
|
||||
amount: Int
|
||||
amount: Float
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user