# Functions

NewClient creates a new client (in fact, just a simple wrapper for a graphql.Client).
WithPrivateAppAuth optionally sets private app credentials (API key and access token).
WithToken optionally sets access token.
WithVersion optionally sets the API version if the passed string is valid.

# Type aliases

Option is used to configure options.