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
commit 7f50cd332d98b78e3fe8c9fc7d1d1ac632d20351 Author: Serge Huber <[email protected]> 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
