You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2019/10/03 09:52:34 UTC

[unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: Add manual validation of specification steps

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch UNOMI-180-CXS-GRAPHQLAPI
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/UNOMI-180-CXS-GRAPHQLAPI by this push:
     new abd4f08  Add manual validation of specification steps
abd4f08 is described below

commit abd4f0810ba1473529790cdc87e6a791865646ee
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Thu Oct 3 11:52:30 2019 +0200

    Add manual validation of specification steps
---
 graphql/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/graphql/README.md b/graphql/README.md
index 903fb69..d1755b2 100644
--- a/graphql/README.md
+++ b/graphql/README.md
@@ -92,3 +92,10 @@ Segment query operation:
         }
       }
     }
+
+Manually validating against specification schema
+---------------------------------------
+
+Steps:
+1. Build aggregation schema using graphql-FIND_NAME_OF_TOOL
+2. Validate aggregated schema using https://github.com/kamilkisiela/graphql-inspector against running instance of Apache Unomi