Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Mutate makes _mutate_ http request to the GraphQL server Mutate(query string, variables Variables, out interface{}) error // Mutate makes _query_ http request to the GraphQL server Query(query string, variables Variables, out interface{}) error // SetHeader will set an HTTP header SetHeader(key, value string) }
Client interface to client object
Click to show internal directories.
Click to hide internal directories.