# 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.