package
0.0.1
Repository: https://github.com/borderlesshq/genqlient.git
Documentation: pkg.go.dev

# Functions

NewClient returns a [Client] which makes requests to the given endpoint, suitable for most users.
NewClientUsingGet returns a [Client] which makes GET requests to the given endpoint suitable for most users who wish to make GET requests instead of POST.

# Structs

NoMarshalJSON is intended for the use of genqlient's generated code only.
NoUnmarshalJSON is intended for the use of genqlient's generated code only.
Request contains all the values required to build queries executed by the [Client].
Response that contains data returned by the GraphQL API.

# Interfaces

Client is the interface that the generated code calls into to actually make requests.
Doer encapsulates the methods from [*http.Client] needed by [Client].