diff --git a/v2/pkg/astjson/astjson.go b/v2/pkg/astjson/astjson.go index 1f0f1e98e9..07e6e5b05d 100644 --- a/v2/pkg/astjson/astjson.go +++ b/v2/pkg/astjson/astjson.go @@ -42,6 +42,7 @@ func (p *pool) Put(j *JSON) { p.p.Put(j) } +// Deprecated: JSON is deprecated, use the github.com/wundergraph/astjson package instead type JSON struct { storage []byte Nodes []Node