type SubGraph struct {
Attr string Children []*SubGraph// contains filtered or unexported fields
}
SubGraph is the way to represent data internally. It contains both the
query and the response. Once generated, this can then be encoded to other
client convenient formats, like GraphQL / JSON.