connect(cb
, config
): Promise
<void
>
connect runs GraphQL server and initializes a
GraphQL client to execute query on it through its callback.
This implementation is based on the existing Go SDK.
Parameters
CallbackFct
config
ConnectOpts
= {}
Returns
Promise
<void
>