Closed andrewvy closed 5 years ago
Instead of just albums(storefront_id: ID!), should also make it so you can fetch via storefront.albums association.
albums(storefront_id: ID!)
storefront.albums
Hmm.. actually, this isn't really needed, I think the albums(storefront_id: ID!) is perfectly valid for now.
Instead of just
albums(storefront_id: ID!)
, should also make it so you can fetch viastorefront.albums
association.