Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type ClientImpl ¶
type ClientImpl struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(config ClientImplConfig) (*ClientImpl, error)
func (*ClientImpl) ExecuteQuery ¶
type ClientImplConfig ¶
type ResponseError ¶
type ResponseError struct { Message string `json:"message"` Locations []ResponseErrorLocation `json:"locations"` Path []interface{} `json:"path"` Extensions map[string]interface{} `json:"extensions"` }
ResponseError as defined per GraphQL spec.
type ResponseErrorCollection ¶
type ResponseErrorCollection []ResponseError
func (ResponseErrorCollection) Error ¶
func (r ResponseErrorCollection) Error() string
type ResponseErrorLocation ¶
Click to show internal directories.
Click to hide internal directories.