v0.2.0
Added
- Initial release with
gql_objectandgql_fieldsmacros mix gql.gentask for generating GraphQL types, schemas, and resolversmix gql.gen.inittask for initializing Absinthe in a Phoenix project- Automatic type mapping from Ecto to GraphQL types
- Field filtering with
:onlyand:exceptoptions - Custom field support via
doblocks