You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all the extended scalars implementing Coercing implement the deprecated apis with only one method parameter. The Scalars can be updated to implement the non-deprecated methods of Coercing.
The text was updated successfully, but these errors were encountered:
This is not a huge problem for me because most of this is hidden away inside the library and does not cause issues outside of maintaining it. One thing that bothers me though, is that AliasedScalar also uses the deprecated APIs. Wrapping your custom scalar type in AliasedScalar causes it to call the deprecated serialize method which throws an exception by default. GraphQL-java explicitly advises against implementing the deprecated methods, not only using them.
Currently, all the extended scalars implementing Coercing implement the deprecated apis with only one method parameter. The Scalars can be updated to implement the non-deprecated methods of Coercing.
The text was updated successfully, but these errors were encountered: