Dgraph class

Constructors

Dgraph({List<DgraphApi?>? dc})

Properties

dc List<DgraphApi?>?
getter/setter pair
DeleteEdges → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
jwt Jwt
getter/setter pair
jwtMutex ↔ ReadWriteMutex
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Alter(ClientContext ctx, Operation op) Future<Null>
anyClient() DgraphApi?
getContext(ClientContext ctx) → ClientContext
isJwtExpired(Exception exception) bool
Login(ClientContext ctx, String userid, String password) Future<Null>
NewReadOnlyTxn() Txn
NewTxn() Txn
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryLogin(ClientContext ctx) Future<Null>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited