chore: upgrade moduleResolution to Node16 (#9269)
This commit is contained in:
@@ -116,9 +116,7 @@ export class QueryBuilder {
|
||||
const isList = graphqlType.endsWith("[]")
|
||||
graphqlType = graphqlType.replace("[]", "")
|
||||
|
||||
return (
|
||||
(graphqlToPostgresTypeMap[graphqlType] ?? "") + (isList ? "[]" : "") ?? ""
|
||||
)
|
||||
return (graphqlToPostgresTypeMap[graphqlType] ?? "") + (isList ? "[]" : "")
|
||||
}
|
||||
|
||||
private parseWhere(
|
||||
|
||||
Reference in New Issue
Block a user