KGraphQL
KGraphQL copied to clipboard
Leaking top level
There are a number of variables and functions that are declared at top level and leak through since they are not marked as internal
.
An example could be the val OPERANDS = ...
in RequestPreProcessing.kt
. There are many more.
This pollutes the global scope.