Use loaderUtils.parseQuery since it is restored in the current version.
The Builder automatically indent the code so that we no longer have to consider the indent for generated code. In addition, we can now write the code generation in more readable matter.
This refactoring includes the following things.
loaderUtils.parseQuery
since it is restored in the current version.The
Builder
automatically indent the code so that we no longer have to consider the indent for generated code. In addition, we can now write the code generation in more readable matter.