DgraphServiceBase$json top-level constant

Map<String, Object> const DgraphServiceBase$json

Implementation

const DgraphServiceBase$json = {
  '1': 'Dgraph',
  '2': [
    {'1': 'Login', '2': '.api.LoginRequest', '3': '.api.Response', '4': {}},
    {'1': 'Query', '2': '.api.Request', '3': '.api.Response', '4': {}},
    {'1': 'Alter', '2': '.api.Operation', '3': '.api.Payload', '4': {}},
    {
      '1': 'CommitOrAbort',
      '2': '.api.TxnContext',
      '3': '.api.TxnContext',
      '4': {}
    },
    {'1': 'CheckVersion', '2': '.api.Check', '3': '.api.Version', '4': {}},
  ],
};