Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GraphqlHandler ¶
GraphQL Query Handler
func InvokeMiddleWare ¶
func InvokeMiddleWare(app *echo.Echo, handlers *AppHandlers)
Fx Invoke Middleware
Types ¶
type AppHandlers ¶
type AppHandlers struct { Middlewares []echo.MiddlewareFunc GQLHandler echo.HandlerFunc Playground echo.HandlerFunc }
AppHandlers / Controller
func AppHandlersProvider ¶
func AppHandlersProvider(module generated.Config) *AppHandlers
Fx Provider
Click to show internal directories.
Click to hide internal directories.