Skip to content

Commit 3c25a72

Browse files
committed
Add upsert and lang fields to api.SchemaNode
1 parent 885c564 commit 3c25a72

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

pydgraph/proto/api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ message SchemaNode {
155155
bool reverse = 5;
156156
bool count = 6;
157157
bool list = 7;
158+
bool upsert = 8;
159+
bool lang = 9;
158160
}
159161

160162
// vim: noexpandtab sw=2 ts=2

pydgraph/proto/api_pb2.py

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydgraph/proto/api_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
22
import grpc
33

4-
from . import api_pb2 as api__pb2
4+
import api_pb2 as api__pb2
55

66

77
class DgraphStub(object):

0 commit comments

Comments
 (0)