Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading for nested through associations #65

Merged
merged 1 commit into from
Jan 4, 2019

Conversation

rschef
Copy link
Contributor

@rschef rschef commented Dec 27, 2018

Patch to address #55 based on PR #58 by @gbxl

@gbxl
Copy link

gbxl commented Jan 3, 2019

Ah! Looks like you figured what I was missing! Can't wait to see this merged :). Thanks for you work @rschef !

@@ -326,7 +326,11 @@ if Code.ensure_loaded?(Ecto) do
defp chase_down_queryable([field | fields], schema) do
case schema.__schema__(:association, field) do
%{queryable: queryable} ->
chase_down_queryable(fields, queryable)
chase_down_queryable(fields, queryable)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing an indent here?

@benwilson512 benwilson512 merged commit eb7f045 into absinthe-graphql:master Jan 4, 2019
@benwilson512
Copy link
Contributor

Thanks!

@gbxl
Copy link

gbxl commented Jan 8, 2019

Thanks @benwilson512, do you have a sense of when the next release could be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants