-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
I'm getting errors when running a mutation with a named blank node via the dgraph-js client (same works in ratel)
{
uid: '_:somename',
description: 'Describe thing',
aDate: '2019-07-02T04:00:00.000Z'
}{
error: Error: 2 UNKNOWN: strconv.ParseUint: parsing "_:somename": invalid syntax
at Object.exports.createStatusError (/node_modules/grpc/src/common.js:91:15)
at Object.onReceiveStatus (/node_modules/grpc/src/client_interceptors.js:1204:28)
at InterceptingListener._callNext (/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (/node_modules/grpc/src/client_interceptors.js:618:8)
at callback (/node_modules/grpc/src/client_interceptors.js:845:24) {
code: 2,
metadata: Metadata { _internal_repr: {} },
details: 'strconv.ParseUint: parsing "_:somename": invalid syntax'
}
}
this adds a bunch of impedance when writing dependant mutations...
Metadata
Metadata
Assignees
Labels
No labels