Merge branch 'S2GRAPH-219' * S2GRAPH-219: make middleware for GraphFormatWriter add extension for SigmaJs
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/2dd88b35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/2dd88b35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/2dd88b35 Branch: refs/heads/master Commit: 2dd88b35677c0bc3689cbc01ce2f25fff6b188f7 Parents: 4f1c4ce fa911bb Author: daewon <[email protected]> Authored: Mon Jun 18 15:14:21 2018 +0900 Committer: daewon <[email protected]> Committed: Mon Jun 18 15:14:21 2018 +0900 ---------------------------------------------------------------------- .../apache/s2graph/graphql/GraphQLServer.scala | 13 ++- .../graphql/middleware/GraphFormatWriter.scala | 101 +++++++++++++++++ .../graphql/repository/GraphRepository.scala | 5 +- .../graphql/types/PlayJsonScalarType.scala | 112 +++++++++++++++++++ 4 files changed, 226 insertions(+), 5 deletions(-) ----------------------------------------------------------------------
