Skip to content

Releases: graphql-elixir/graphql_relay

0.5.0

01 Jul 19:19
Compare
Choose a tag to compare
  • Add ordered_by and ordered_by_direction options for Ecto connections so we can sort a connection by field.

0.4.0

01 Jul 19:19
Compare
Choose a tag to compare
  • Update optional dependency for Ecto to support both Ecto v1.x and v2.x.
  • Add GraphQL.Relay.Connection.Ecto.resolve/3 and include deprecation warning for GraphQL.Relay.Connection.Ecto.resolve/2. It makes no sense to add your Ecto Repo to args. You can now pass it directly as the first argument, which makes much more sense. GraphQL.Relay.Connection.Ecto.resolve(Repo, query) not GraphQL.Relay.Connection.Ecto.resolve(query, %{repo: Repo}).

0.3.0

10 Jun 01:04
Compare
Choose a tag to compare
  • Bump version to match GraphQL Elixir
  • Update dependencies to v0.3.1 of GraphQL Elixir

0.0.17

30 May 02:04
Compare
Choose a tag to compare

New version 0.0.17 which uses graphql v0.3.0.

*Note: Since v0.3.0 of graphql includes query validations you may run into BadRequest errors if your queries aren't valid. The server will respond with an appropriate error message that will point you in the right direction.