sangria v0.7.2 Release Notes

Release Date: 2016-08-01 // over 7 years ago
    • Transitive types are now collected for all types provided via additionalTypes to a schema definition (#149).
    • ObjectType.withInstanceCheck provides an easier way to customize an instance check on ObjectType (#148).
    • Enumeration derivation macro should now only collects instances of Enumeration#Value (#151).
    • Ensure that all unreferenced types are collected during the schema extension.
    • sangria.ast.Type.namedType helper method.