-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console shared modules: fix parsing of wrapped types in SDL #4167
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 for commit f47c1fc deployed to Heroku: https://hge-ci-pull-4167.herokuapp.com |
marionschleifer
left a comment
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.
Changelog approved.
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. Functionality also works as expected.
|
Review app for commit 581303b deployed to Heroku: https://hge-ci-pull-4167.herokuapp.com |
|
Review app https://hge-ci-pull-4167.herokuapp.com is deleted |
Description
If the the type is wrapped with a combination of arrays and non-nullables in SDL (ex:
[String!]!), console reverses the order currently.This PR fixes it.
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
#4099
Steps to test and verify
Try writing arbitrary types in SDL format in actions. Ex:
[[Int]!]!. Hit save, the order must be maintained.