Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
assert isinstance(a, shopify.resources.article.Article)
assert isinstance(b, shopify.resources.blog.Blog)
a.blog_id = b.id
a.save() # This failed and returned False