Fix FpKit.concat parameters by kilink · Pull Request #4154 · graphql-java/graphql-java

Conversation

@kilink

Make FpKit.concat parameters contravariant, so that it can be used in more call-sites; update a few such places that didn't work before in various Definition classes.

Make FpKit.concat parameters contravariant, so that it can be used in more call-sites; update
a few such places that didn't work before in various Definition classes.

@kilink

Note: FpKit has this issue with several other methods, can be fixed in a follow up if deemed necessary.

bbakerman

Choose a reason for hiding this comment

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

Thanks

2 participants

@kilink @bbakerman