Skip to content
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

Deprecate InputArgument collectionType parameter #977

Merged
merged 1 commit into from Apr 11, 2022

Conversation

kilink
Copy link
Member

@kilink kilink commented Apr 11, 2022

The collectionType parameter to the @InputArgument annotation is not necessary, as generic types for parameters can be resolved on runtime. Update DataFetcherInvoker to rely on the actual parameter types, and also enhance the conversion performed to support arbitrary Collection and Map types.

The collectionType parameter to the @InputArgument annotation is not
necessary, as generic types for parameters can be resolved on runtime.
Update DataFetcherInvoker to rely on the actual parameter types, and
also enhance the conversion performed to support arbitrary Collection
and Map types.
Copy link
Contributor

@berngp berngp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kilink!

@berngp berngp merged commit cf61076 into master Apr 11, 2022
@berngp berngp deleted the input-argument-collection-type branch April 11, 2022 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants