graph/encoding/graphql: add new package for decoding GraphQL output

This commit is contained in:
kortschak
2017-08-04 09:01:05 +09:30
committed by Dan Kortschak
parent 084f84ee0e
commit c9bf5d0701
4 changed files with 1403 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Copyright ©2017 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package graphql implements JSON marshaling and unmarshaling of graph as
// used by GraphQL
package graphql // import "gonum.org/v1/gonum/graph/encoding/graphql"