You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2018/07/13 06:26:41 UTC

[3/3] incubator-s2graph git commit: [S2GRAPH-231] Change the GraphQL type name to a valid string.

[S2GRAPH-231] Change the GraphQL type name to a valid string.

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

Pull Request:
  Closes #180

Author
  daewon <da...@apache.org>


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

Branch: refs/heads/master
Commit: c1698e31e14be34bcdc7230ed7a8e68ab5ec6d19
Parents: 8de8f55
Author: daewon <da...@apache.org>
Authored: Fri Jul 13 15:26:13 2018 +0900
Committer: daewon <da...@apache.org>
Committed: Fri Jul 13 15:26:13 2018 +0900

----------------------------------------------------------------------
 CHANGES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/c1698e31/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index da32f18..0595ad5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -83,6 +83,7 @@ Release Notes - S2Graph - Version 0.2.0
     * [S2GRAPH-214] - Add REAME for movielens examples
     * [S2GRAPH-216] - Provide a transform directive in the GraphQL query result.
     * [S2GRAPH-221] - Unify configurations for bulk and mutate in S2GraphSink.
+    * [S2GRAPH-231] - Change the GraphQL type name to a valid string.
 
 ** New Feature
     * [S2GRAPH-123] - Support different index on out/in direction.