# Functions
NewClient creates a new http client wrapper.
SetHeader sets the headers for this client.
SetRemoteGraphQLPath is used to set the graphql path of the remote service for generation to occur.
SetRemoteServiceName is used to set the service name of the remote service for this client.
# Structs
Client is the http client wrapper.
ErrorResponse represent an handled error.
GqlErrorList is the struct of a standard graphql error response.
HTTPError is the error when a GqlErrorList cannot be parsed.
No description provided by the author
Request represents an outgoing GraphQL request.