Versions in this module Expand all Collapse all v0 v0.1.0 Dec 7, 2017 Changes in this version + func IsGraphQLErr(err error) bool + func NewContext(parent context.Context, endpoint string) context.Context + func WithClient(ctx context.Context, client *http.Client) context.Context + type Request struct + func NewRequest(q string) *Request + func (req *Request) File(filename string, r io.Reader) + func (req *Request) Run(ctx context.Context, response interface{}) error + func (req *Request) Var(key string, value interface{})