magento / graphql-ce

[ARCHIVED] Please use magento/magento2 project
https://github.com/magento/magento2
Open Software License 3.0
131 stars 156 forks source link

GraphQl-963: Returns the content of CmsBlock as an object #979

Closed VitaliyBoyko closed 4 years ago

VitaliyBoyko commented 5 years ago

Description (*)

The implementation of CMS block content as an object. The new block_content field is an extension point for adding other types of rendering:

{
  cmsBlocks(identifiers: "BLOCK_ID") {
    items {
      identifier
      title
      block_content {
        html
      }
    }
  }
}

Fixed Issues (if relevant)

  1. 963: [Cms] Make content field of CmsBlock an object

lenaorobei commented 5 years ago

Once issue will be approved with Architects: approved label we'll start working on it.

lenaorobei commented 4 years ago

Closing this PR since the issue was not ready for development (not approved by architecture team) and is not relevant anymore. Sorry for any confusion and thank you for the collaboration.

ghost commented 4 years ago

Hi @VitaliyBoyko, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.