Merge branch 'S2GRAPH-204' * S2GRAPH-204: resolve n+1 query
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/cb4b7771 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/cb4b7771 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/cb4b7771 Branch: refs/heads/master Commit: cb4b77711c795ea8e931f2aab84a1146bb74857f Parents: 6d231e2 69ca278 Author: daewon <[email protected]> Authored: Wed Apr 18 14:34:04 2018 +0900 Committer: daewon <[email protected]> Committed: Wed Apr 18 14:34:04 2018 +0900 ---------------------------------------------------------------------- .../apache/s2graph/graphql/GraphQLServer.scala | 6 ++- .../graphql/repository/GraphRepository.scala | 53 +++++++++++++++++--- .../s2graph/graphql/types/ManagementType.scala | 20 ++++---- .../apache/s2graph/graphql/types/S2Type.scala | 25 +++++---- .../org/apache/s2graph/graphql/TestGraph.scala | 18 +++++-- 5 files changed, 91 insertions(+), 31 deletions(-) ----------------------------------------------------------------------
