Skip to content

Support nested iterations#100

Closed
fatkodima wants to merge 1 commit into
Shopify:mainfrom
fatkodima:nested-iteration
Closed

Support nested iterations#100
fatkodima wants to merge 1 commit into
Shopify:mainfrom
fatkodima:nested-iteration

Conversation

@fatkodima
Copy link
Copy Markdown
Contributor

Thank you for this wonderful gem! ❤️

Find all the details regarding this feature in the linked issue.

This PR implements:

enumerator_builder.active_record_on_nested_records([Shop.all, ->(shop) { shop.products }], cursor: cursor)
enumerator_builder.active_record_on_nested_records([Shop.all, ->(shop) { shop.products }, -> (shop, product) { product.product_variants }], cursor: cursor)

This is a PoC to verify the implementation. If everything is ok, would then add missing docs and changelog.

Closes #63

@Mangara
Copy link
Copy Markdown
Contributor

Mangara commented Nov 2, 2022

Closed in favour of #295

@Mangara Mangara closed this Nov 2, 2022
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.

Support for nested iteration

2 participants