[S2GRAPH-204] Avoid N + 1 queries in GraphQL

JIRA:
  [S2GRAPH-204] https://issues.apache.org/jira/browse/S2GRAPH-204

Pull Request:
  Closes #157

Author
  daewon <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/5c85dd42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/5c85dd42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/5c85dd42

Branch: refs/heads/master
Commit: 5c85dd422b6d90e066de943c2578336ac7149746
Parents: cb4b777
Author: daewon <[email protected]>
Authored: Wed Apr 18 14:39:15 2018 +0900
Committer: daewon <[email protected]>
Committed: Wed Apr 18 14:39:15 2018 +0900

----------------------------------------------------------------------
 CHANGES | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/5c85dd42/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 5213087..5d8b5e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -67,8 +67,9 @@ Release Notes - S2Graph - Version 0.2.0
     * [S2GRAPH-170] - Create Interface for S2Edge/S2Vertex/S2Graph.
     * [S2GRAPH-182] - Version up spark dependencies.
     * [S2GRAPH-198] - Skip json Decode error and continue.
-    * [S2GRAPH-200] - docker image could not include extra jars.
     * [S2GRAPH-199] - Changing query more intuitively by using `columnName` 
instead of `from/to` in label field name.
+    * [S2GRAPH-200] - docker image could not include extra jars.
+    * [S2GRAPH-204] - Avoid N + 1 queries in GraphQL
 
 ** New Feature
     * [S2GRAPH-123] - Support different index on out/in direction.

Reply via email to