Hello, I wan to get seo field for product, blogs, collection, pages and articles.
Currently if I add them to the shopify fields in the schema.ts I get an error saying that is invalid.
My solution was to add a query to shopify api and fill this data when create and update model actions get called.
Am I missing something is there a easier way to do it so this data comes with the hook call instead of having to request additional data on the action?