Versions in this module Expand all Collapse all v0 v0.4.4 Aug 17, 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