Execute queries and mutations against a Dgraph database
dgraph
namespace from the SDK:
dgraph
namespace are below, organized by category.
Query
object with the given query
and variables
. query
is a Dgraph Query Language (DQL) query string, and variables
is a
Variables
object.name
and value
. name
is of type
string
, and value
can be of any type.Variables
object.Mutation
object with the given setJson
, delJson
,
setNquads
, delNquads
, and condition
fields.