Skip to content

Custom scalar input #636

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

Merged
merged 4 commits into from
Mar 11, 2020
Merged

Conversation

smyrick
Copy link
Contributor

@smyrick smyrick commented Mar 9, 2020

📝 Description

Converting a list input type for custom scalars was losing the type information. We need to use a specific Jackson conversion method to properly convert the List interface

Screen Shot 2020-03-09 at 1 28 48 PM

🔗 Related Issues

#635

Converting a list input type for custom scalars was losing the type information. We need to use a specific Jackson conversion method to properly convert the List interface
@smyrick smyrick added changes: patch Changes require a patch version type: bug Something isn't working and removed type: documentation Documentation or test changes labels Mar 9, 2020
@smyrick smyrick merged commit 270c0b1 into ExpediaGroup:master Mar 11, 2020
@smyrick smyrick deleted the custom-scalar-input branch March 11, 2020 17:56
dariuszkuc pushed a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
* Add more tests for custom scalar input

* Undo api changes

* Fix input for lists of custom scalars

Converting a list input type for custom scalars was losing the type information. We need to use a specific Jackson conversion method to properly convert the List interface

* Remove reference to external classes in javadoc

Co-authored-by: Shane Myrick <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Changes require a patch version type: bug Something isn't working
Development

Successfully merging this pull request may close these issues.

3 participants