This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
v0.1.0
- 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 thanof_type
for now. This is for GraphiQL support but will fix this so it's snake case and munged automatically