# Functions
NewClient returns a Client instance.
WithAPIKey returns a ClientOption configured with the given API key.
WithCredential returns a ClientOption configured with the given credential.
WithHTTPHeader returns a ClientOption configured with the given http.Header.
WithHTTPProxy returns a ClientOption configured with the given http proxy.
WithMaxElapsedTime returns a ClientOption configured with the given maxElapsedTime.
WithTimeout returns a ClientOption configured with the given timeout.
# Structs
Client represents a generic GraphQL API client.
PostRequest is a generic GraphQL POST request body.
Response represents a generic GraphQL response body.
# Type aliases
ClientOption represents options for a generic GraphQL client.