This commit is contained in:
+1
-1
@@ -1096,7 +1096,7 @@ export const resolvers = {
|
||||
FILTER @transport_type == null OR @transport_type IN types
|
||||
FILTER @country == null OR node.country == @country
|
||||
${bounds.filter}
|
||||
SORT node.name ASC
|
||||
SORT node.navigation_priority DESC, node.name ASC
|
||||
LIMIT @offset, @limit
|
||||
RETURN node
|
||||
`, { transport_type: args.transportType ?? null, country: args.country ?? null, offset: args.offset ?? 0, limit: args.limit ?? 50, ...bounds.vars })
|
||||
|
||||
Reference in New Issue
Block a user