blob: 88962c9beefe905a890f636f148c708c11c0e385 [file] [log] [blame]
package gql
import (
"github.com/vektah/gqlparser"
"github.com/vektah/gqlparser/ast"
)
type Proxy struct {
dest string
}