-
Notifications
You must be signed in to change notification settings - Fork 2.8k
added support for composite relationship suggestions (close #284) #808
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
|
Review app available at: https://hge-ci-pull-808.herokuapp.com |
|
/heroku deploy |
|
Review app available at: https://hge-ci-pull-808.herokuapp.com |
|
Review app available at: https://hge-ci-pull-808.herokuapp.com |
|
Review app available at: https://hge-ci-pull-808.herokuapp.com |
| upQuery.args.using = { | ||
| manual_configuration: { | ||
| remote_table: { | ||
| table: rTable, |
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.
the key should not be table. it should be name
|
@shahidhk - merge this. |
|
Review app https://hge-ci-pull-808.herokuapp.com is deleted |
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What We have a giant error file in `metadata-resolve`, and it's really unclear what can go wrong where. Let's improve it in some small way. <!-- What is this PR trying to accomplish (and why, if it's not obvious)? --> <!-- Consider: do we need to add a changelog entry? --> ### How Move `GraphqlConfigError` to the `graphql_config` stage, and make that stage only return that kind of error. Functional no-op. <!-- How is it trying to accomplish it (what are the implementation steps)? --> --------- Co-authored-by: Samir Talwar <samir.talwar@hasura.io> V3_GIT_ORIGIN_REV_ID: 9aa58875a24d66e6945c9ead6434fedb124f1dd8
Description
Currently, composite relationship suggestions are not available in the console. This PR adds the support for the same.
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
#284
Solution and Design
Type
Checklist: