Versions in this module Expand all Collapse all v0 v0.2.0 Sep 16, 2024 Changes in this version type HandlerOption + func WithContext(withContext WithContextFunc) HandlerOption + type WithContextFunc func(r *http.Request) context.Context v0.1.0 Sep 15, 2024 Changes in this version + type HandlerOption func(h *Handler) + func WithExplorer(name string) HandlerOption v0.0.0 Sep 15, 2024 Changes in this version + type Handler struct + func NewHandler(schema *graphql.Schema) *Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)