Versions in this module Expand all Collapse all v0 v0.2.0 Jun 19, 2026 v0.1.0 May 27, 2026 Changes in this version + func SchemaJSON() string + type APQ struct + Enabled bool + type Batching struct + Enabled bool + Mode string + type CORS struct + AllowCredentials bool + AllowHeaders []string + AllowMethods []string + AllowOrigins []string + ExposeHeaders []string + type Config struct + APQ APQ + Batching Batching + CORS CORS + HealthCheck HealthCheck + Homepage Homepage + Sandbox Sandbox + Supergraph Supergraph + func Default() Config + func Parse(data []byte) (Config, error) + type HealthCheck struct + Enabled bool + Listen string + Path string + type Homepage struct + Enabled bool + type Sandbox struct + Enabled bool + type Supergraph struct + ConnectionShutdownTimeout string + DeferSupport bool + Introspection bool + Listen string + Path string