graphql-api v0.2.0 Release Notes

Release Date: 2017-10-12 // over 6 years ago
    • ๐Ÿ‘‰ Make Name an overloaded string that panics if an invalid name is provided.
    • ๐Ÿ‘€ Correctly descend into the type parameter of a Maybe. See https://github.com/jml/graphql-api/issues/119. This is a backwards-incompatible change.

    A common update would be having to fmap pure callback instead of just callback for Maybe handlers.