Versions in this module Expand all Collapse all v0 v0.7.1 Nov 28, 2018 Changes in this version + const DefaultCacheSize + type InitPayload map[string]interface + func (payload InitPayload) Authorization() string + func (payload InitPayload) GetString(key string) string + func GetInitPayload(ctx context.Context) InitPayload type Option + func CacheSize(size int) Option + func ComplexityLimit(limit int) Option + func IntrospectionEnabled(enabled bool) Option + func Tracer(tracer graphql.Tracer) Option v0.4.4 Aug 21, 2018 Changes in this version + func GraphQL(exec graphql.ExecutableSchema, options ...Option) http.HandlerFunc + func Playground(title string, endpoint string) http.HandlerFunc + type Config struct + type Option func(cfg *Config) + func ErrorPresenter(f graphql.ErrorPresenterFunc) Option + func RecoverFunc(recover graphql.RecoverFunc) Option + func RequestMiddleware(middleware graphql.RequestMiddleware) Option + func ResolverMiddleware(middleware graphql.FieldMiddleware) Option + func WebsocketUpgrader(upgrader websocket.Upgrader) Option