call method

Dgraph call(
  1. DgraphApi client
)

Implementation

Dgraph call(api.DgraphApi client) {
  return Dgraph(
    dc: [client],
  );
}