Versions in this module Expand all Collapse all v0 v0.31.0 Feb 19, 2026 Changes in this version + type BearerAuthTransport struct + Token string + Transport http.RoundTripper + func (t *BearerAuthTransport) RoundTrip(req *http.Request) (*http.Response, error) + type GraphQLFeaturesTransport struct + Transport http.RoundTripper + func (t *GraphQLFeaturesTransport) RoundTrip(req *http.Request) (*http.Response, error) + type UserAgentTransport struct + Agent string + Transport http.RoundTripper + func (t *UserAgentTransport) RoundTrip(req *http.Request) (*http.Response, error)