sangria v1.2.2 Release Notes

Release Date: 2017-06-17 // almost 7 years ago
    • โž• Added new middleware traits MiddlewareFromScalar and MiddlewareToScalar. They provide a way to transform all scalar values from middleware (#249, #248). This have some advantages since middleware can be disable, chained together and has access to context information. Huge thanks to @BjRo and @Axxiss for helping with the feature design and implementation!
    • โž• Added new middleware trait MiddlewareExtension (#256). It provides an easy way to add extensions from middleware.
    • ๐Ÿ‘Œ Improved error message for All fields within a Type should have unique names! (#247). It now includes type and field information.
    • ๐Ÿ›  Fixed helper methods for operation lookup in ast.Document.