We've launched a brand-new docs site! 🎉 Still want the previous one? You can find it in our archive.
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.