Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(schema *graphql.Schema, opts ...HandlerOption) *Handler
type HandlerOption ¶ added in v0.1.0
type HandlerOption func(h *Handler)
func WithContext ¶ added in v0.2.0
func WithContext(withContext WithContextFunc) HandlerOption
func WithExplorer ¶ added in v0.1.0
func WithExplorer(name string) HandlerOption
Click to show internal directories.
Click to hide internal directories.