Is there an existing feature request for this?
Describe the Feature
The metafield models are not included in our public_models config and are therefore not available in Quickstart. Let's add them in!
Moreover, it would make sense to join the metafield models into relevant end models.
How would you implement this feature?
Add both the REST and GraphQL metafield models to the public_models
config of the quickstart.yml
. They should be dependent on the metafield
table and the relevant object (ie collection
for shopify_using_collection_metafields
). For
Also: consider adding the metafield models to the data model section of the README, as this is the only section visible within the UI.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response