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 New ¶
func New(schema *graphql.Schema, opts ...HandlerOption) *Handler
type HandlerOption ¶
type HandlerOption func(h *Handler)
func WithExplorer ¶
func WithExplorer(explorer http.Handler) HandlerOption
 Click to show internal directories. 
   Click to hide internal directories.