Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
[S2GRAPH-204] Avoid N + 1 queries in GraphQL
Browse files Browse the repository at this point in the history
JIRA:
  [S2GRAPH-204] https://issues.apache.org/jira/browse/S2GRAPH-204

Pull Request:
  Closes #157

Author
  daewon <daewon@apache.org>
  • Loading branch information
daewon committed Apr 18, 2018
1 parent cb4b777 commit 5c85dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c85dd4

Please sign in to comment.