dgraphExecutor is an implementation of both QueryExecutor and MutationExecutor that proxies query/mutation resolution through Query method in dgraph server.
| 119 | // dgraphExecutor is an implementation of both QueryExecutor and MutationExecutor |
| 120 | // that proxies query/mutation resolution through Query method in dgraph server. |
| 121 | type dgraphExecutor struct { |
| 122 | dg *dgraph.DgraphEx |
| 123 | } |
| 124 | |
| 125 | // adminExecutor is an implementation of both QueryExecutor and MutationExecutor |
| 126 | // that proxies query resolution through Query method in dgraph server, and |
nothing calls this directly
no outgoing calls
no test coverage detected