Documentation ¶
Overview ¶
Package graphql contains the root GraphQL http handler
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { http.HandlerFunc *resolvers.RootResolver }
Handler is the root GraphQL http handler
func NewHandler ¶
func NewHandler(repo repository.ClockedRepo) (Handler, error)
Directories ¶
Path | Synopsis |
---|---|
Package connections implement a generic GraphQL relay connection
|
Package connections implement a generic GraphQL relay connection |
Package models contains the various GraphQL data models
|
Package models contains the various GraphQL data models |
Package resolvers contains the various GraphQL resolvers
|
Package resolvers contains the various GraphQL resolvers |
Click to show internal directories.
Click to hide internal directories.