Versions in this module Expand all Collapse all v0 v0.4.4 Aug 17, 2018 Changes in this version + type Client struct + func New(url string, client ...*http.Client) *Client + func (p *Client) MustPost(query string, response interface{}, options ...Option) + func (p *Client) Post(query string, response interface{}, options ...Option) error + func (p *Client) Websocket(query string, options ...Option) *Subscription + type Option func(r *Request) + func Operation(name string) Option + func Var(name string, value interface{}) Option + type RawJsonError struct + func (r RawJsonError) Error() string + type Request struct + OperationName string + Query string + Variables map[string]interface{} + type Subscription struct + Close func() error + Next func(response interface{}) error