Skip to content

v0.2.0

Choose a tag to compare

@aathapa aathapa released this 09 Jan 18:03
· 41 commits to main since this release

Added

  • Initial release with gql_object and gql_fields macros
  • mix gql.gen task for generating GraphQL types, schemas, and resolvers
  • mix gql.gen.init task for initializing Absinthe in a Phoenix project
  • Automatic type mapping from Ecto to GraphQL types
  • Field filtering with :only and :except options
  • Custom field support via do blocks