Documentation
¶
Index ¶
- func CaptureInternalServerError(err error, scopes map[string]interface{}) error
- func GetAuthController(cfg *models.Config, commonFn *resolver.GraphQLServer) *authCtrl
- func GetFieldByType(name string, inputType string, fieldType string, validation *models.Validation, ...) interface{}
- type DatabaseRequest
- type GraphCtrl
- func (g *GraphCtrl) FunctionExecute(c echo.Context) error
- func (g *GraphCtrl) GetGraphQLAggregateField(name string, field *models.FieldInfo, update bool) *graphql.Field
- func (g *GraphCtrl) GetGraphQLArgumentObjectField(name string, field *models.FieldInfo, update bool) *graphql.InputObjectFieldConfig
- func (g *GraphCtrl) GetGraphQLField(name string, field *models.FieldInfo, update bool) *graphql.Field
- func (g *GraphCtrl) GetSystemCacheInfo(i echo.Context) error
- func (g *GraphCtrl) PluginUpload(router echo.Context) error
- func (g *GraphCtrl) PublicGraphQL(i echo.Context) error
- func (g *GraphCtrl) RESTApiDocGenerator(c echo.Context) error
- func (g *GraphCtrl) RestToGraphQL(c echo.Context) error
- func (g *GraphCtrl) SubscriptionWrapHandler(c echo.Context) error
- func (g *GraphCtrl) SystemGraphQL(i echo.Context) error
- type ModelWithFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthController ¶
func GetAuthController(cfg *models.Config, commonFn *resolver.GraphQLServer) *authCtrl
func GetFieldByType ¶
Types ¶
type DatabaseRequest ¶ added in v1.0.7
type GraphCtrl ¶
type GraphCtrl struct {
// contains filtered or unexported fields
}
func GetGraphQLController ¶
func GetGraphQLController(cfg *models.Config, commonFn *resolver.GraphQLServer) *GraphCtrl
func (*GraphCtrl) FunctionExecute ¶
func (*GraphCtrl) GetGraphQLAggregateField ¶
func (*GraphCtrl) GetGraphQLArgumentObjectField ¶
func (*GraphCtrl) GetGraphQLField ¶
func (*GraphCtrl) GetSystemCacheInfo ¶
func (*GraphCtrl) PluginUpload ¶
func (*GraphCtrl) PublicGraphQL ¶
func (*GraphCtrl) RESTApiDocGenerator ¶
func (*GraphCtrl) RestToGraphQL ¶
func (*GraphCtrl) SubscriptionWrapHandler ¶
func (*GraphCtrl) SystemGraphQL ¶
type ModelWithFilter ¶
Click to show internal directories.
Click to hide internal directories.