This is documentation for Dagger 0.21, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.0-beta).
Version: 0.21
Function: connect()
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.