Patch Changes
-
Refactor the internal implementation of selection sets used by the query planner to decrease the code complexity and (#2387)
improve query plan generation performance in many cases. -
Revert #2293. Removing URL import causes a problem when running under deno. (#2451)
-
Use globally available URL object instead of node builtin "url" module (#2293)
-
Optimises query plan generation for parts of queries that can statically be known to not cross across subgraphs (#2449)