Add Taxon type#9
Merged
AlessioRocco merged 5 commits intomasterfrom Oct 11, 2019
Merged
Conversation
d9925ba to
a1dfe15
Compare
e29959f to
664c351
Compare
84eebfc to
a0991ad
Compare
9be3f70 to
e268ef6
Compare
e268ef6 to
cea276d
Compare
cea276d to
da4c1b9
Compare
adc706c to
33bbe68
Compare
2316bb8 to
bd6c8cb
Compare
It adds a basic Taxon Type that will be used in the Taxonomy Type. It also adds the chidren connection field to the Taxon Type and uses the Spree::Queries::Taxon::ChildrenQuery query object with batch loader to retrieve the taxon children.
It adds the taxons connection field to the Taxonomy Type and uses the Spree::Queries::Taxonomy::TaxonsQuery query object with batch loader to retrieve the taxonomy taxons.
It adds the root taxon field to the Taxonomy Type and uses the Spree::Queries::Taxonomy::RootTaxonQuery query object with batch loader to retrieve the taxonomy root taxon.
It adds the parent taxon field to the Taxon Type and uses the Spree::Queries::Taxon::ParentTaxonQuery query object with batch loader to retrieve the taxon parent taxon.
bd6c8cb to
e7a9e5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
taxonsconnection androot_taxonfield to the Taxonomy Type.The Taxon Type has the basic fields, a
childrenconnection, and theparent taxonfield.