Page Contents
Home > @loopback/graphql > LoopBackContainer
LoopBackContainer class
Implementation of ContainerType
to plug into type-graphql
as the IoC container
Signature:
export declare class LoopBackContainer implements ContainerType
Implements: ContainerType
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(ctx) | Constructs a new instance of the LoopBackContainer class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
ctx | readonly |
Context |
Methods
Method | Modifiers | Description |
---|---|---|
get(resolverClass, resolverData) |