Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter interface { FormatSchema(schema *ast.Schema) FormatSchemaDocument(doc *ast.SchemaDocument) FormatQueryDocument(doc *ast.QueryDocument) }
func NewFormatter ¶
func NewFormatter(w io.Writer, options ...FormatterOption) Formatter
type FormatterOption ¶
type FormatterOption func(*formatter)
func WithBuiltin ¶
func WithBuiltin() FormatterOption
WithBuiltin includes builtin fields/directives/etc from the source/AST in the formatted output.
func WithComments ¶
func WithComments() FormatterOption
WithComments includes comments from the source/AST in the formatted output.
func WithIndent ¶
func WithIndent(indent string) FormatterOption
WithIndent uses the given string for indenting block bodies in the output, instead of the default, `"\t"`.
Click to show internal directories.
Click to hide internal directories.