Versions in this module Expand all Collapse all v3 v3.0.0 Jul 16, 2026 Changes in this version + func AppendCanonical(dst []byte, doc *ast.Document) ([]byte, error) + func AppendPretty(dst []byte, doc *ast.Document, opts Options) ([]byte, error) + func CanonicalSize(doc *ast.Document) (int, error) + func PrettySize(doc *ast.Document, opts Options) (int, error) + type Options struct + Indent string Other modules containing this package github.com/wundergraph/graphql-go-tools