graphql v0.1.0 Release Notes

Release Date: 2016-01-23 // over 8 years ago
    • ๐Ÿ‘ Types supported
    • ๐Ÿ‘ GraphiQL support now available in plug_graphql using introspection

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ‘‰ Use %String{}, %Int{}, etc for types in schemas rather than plain strings
    • ๐Ÿ‘‰ Use ofType rather than of_type for now. This is for GraphiQL support but will fix this so it's snake case and munged automatically