# Copyright © Magento, Inc. All rights reserved. # See COPYING.txt for license details. interface CategoryInterface { cms_block: CmsBlock @doc(description: "Category CMS Block.") @resolver(class: "Magento\\CatalogCmsGraphQl\\Model\\Resolver\\Category\\Block") }