sangria v0.2.2 Release Notes

Release Date: 2015-08-09 // over 8 years ago
    • #44 - Add ability to add types explicitly in schema, for cases when they are not referenced anywhere else
      • Schema now has additional argument additionalTypes which can be used like this: Schema(HeroOnlyQuery, additionalTypes = Human :: Droid :: Nil)