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
Adding Locale to Coercing and hence ValueResolver (#2912)
* A propose shape change on Coercing
* deprecation
* Added parser new signature
* Changed ValueResolver so it took Locale
* Changed calls to coerce to use new environment
* Changed calls to coerce to NOT use new environment
* Updated tests to use Locale
* Formatting of ValuesResolver
* Move to graphql context for coercing and also got the parsing error messages in place
* Merged in master
* Added Locale to Coercing and everywhere that calls it
* now using Locale in the standard scalars
* Break out legacy ValuesResolver code
* Some renaming of methods
* Refactoring ValueResolver so that conversion methods are in another class
* DirectivesResolver should take context and locale from input
* Reverting Parser changes - they can go into their own PR
* PR feedback
* PR feedback- fixed tests
0 commit comments