-
Notifications
You must be signed in to change notification settings - Fork 187
Add source trie GraphQL schema #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: pxp928 <parth.psu@gmail.com>
Signed-off-by: pxp928 <parth.psu@gmail.com>
3a9d8cc
to
0ce0ad8
Compare
0ce0ad8
to
730bf11
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a suggestion to simplify qu 8000 ery and output
Signed-off-by: pxp928 <parth.psu@gmail.com>
Signed-off-by: pxp928 <parth.psu@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I will open up a ticket for helping to flesh out docs for graphQL, think it will be helpful in the future.
Add source trie with type, namespace, name, and qualifier that can be specified as either a tag or commit, or nothing. Testing done via the testing backend. Neo4j resolver implementation in another PR.