prettyPrint(): Promise<string>
Prettify the source.
specification: Specification
The specification to be used for the pre-parsed AST.
sdlStringInput: SdlStringInput
The SDL source StringInput.
prettyPrint(): Promise<string>
Prettify the source.
specification: Specification
The specification to be used for the pre-parsed AST.
sdlStringInput: SdlStringInput
The SDL source StringInput.
import { prettyPrint } from ".";