-
Notifications
You must be signed in to change notification settings - Fork 2.8k
improve version check for server dependent features (close #388) #676
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-676.herokuapp.com |
|
Review app available at: https://hge-ci-pull-676.herokuapp.com |
| 'created_at', | ||
| ]; | ||
| const invocationGridHeadings = []; | ||
| console.log(this.state.showRedeliver); |
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.
@arvi3411301 - Remove console.log
|
Review app available at: https://hge-ci-pull-676.herokuapp.com |
|
Review app https://hge-ci-pull-676.herokuapp.com is deleted |
|
Review app available at: https://hge-ci-pull-676.herokuapp.com |
## Description JIRA: https://hasurahq.atlassian.net/browse/V3ENGINE-180 Fix an edge case where the function `build_annotations_from_input_object_type_permissions` produce infinite recursions when an input object type contains fields with self-referential types. Note: This PR doesn't contain any tests. They'll be added in a separate PR ([JIRA](https://hasurahq.atlassian.net/browse/V3ENGINE-188)). This fix needs to be done quickly and merged as other teams (graphql connector) are blocked by this. V3_GIT_ORIGIN_REV_ID: 4cc09cb96871804d4daf83d7e49a6f4529c1943d
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Solution and Design
Type
Checklist: