Skip to content

Instantly share code, notes, and snippets.

// post a description of the object we want using graphql, this
// is then looped over and then each node that is registered checks
// and returns a json copy of the requested fields
package main
import (
"errors"
"log"
"reflect"
"sevki.org/graphql/parse"