-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Special Characters in Schema This to support any graph data tha…
…t has special/invalid characters (#41) Changes - get data using OpenCypher queries - add backticks to labels to escape special characters - creates graphQL schema - replaces invalid characters with something else that works (ex. `_cn_`, `_dot_`, `_hy_`) - adds alias directives with the original label - querying in AppSync which converts graphQL requests to OpenCypher queries - uses the labels in the alias directives to create query with original labels - add backticks when creating query to escape special characters Co-authored-by: sophiadt <sophiadnth@gmail.com>
- Loading branch information
1 parent
592ab86
commit 2d6c08c
Showing
23 changed files
with
482 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.