# Functions
NewClient creates a new client (in fact, just a simple wrapper for a graphql.Client).
WithPrivateAppAuth optionally sets private app credentials.
WithToken optionally sets oauth token.
WithVersion optionally sets the API version if the passed string is valid.
# Type aliases
Option is used to configure options.