You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}).