Class: ConvoStackBackendExpress
backend-express.ConvoStackBackendExpress
Constructors
constructor
• new ConvoStackBackendExpress(config
)
Parameters
Name | Type |
---|---|
config | IConvoStackBackendConfiguration |
Defined in
packages/convostack-backend-express/dist/index.d.ts:17
Methods
init
▸ init(app
, httpServer
, apolloServerOptions?
): Promise
<void
>
Parameters
Name | Type |
---|---|
app | Express |
httpServer | any |
apolloServerOptions? | Partial <Config <ExpressContext >> |
Returns
Promise
<void
>
Defined in
packages/convostack-backend-express/dist/index.d.ts:19