Rewriter which nests output fields inside of a new output object ex: change from field { output1, output2 } to field { nestedOutputs { output1, output 2 } }
field { output1, output2 }
field { nestedOutputs { output1, output 2 } }
Generated using TypeDoc
Rewriter which nests output fields inside of a new output object ex: change from
field { output1, output2 }
tofield { nestedOutputs { output1, output 2 } }