GitHub

MagentoContentService

A service for making Magento GraphQL queries for contents.

import { MagentoContentService } from '@daffodil/content/driver/magento'
@Injectable()
class MagentoContentService implements DaffContentServiceInterface {
  getBlocks(...blockIds: string[])
}

Properties

Name Type Description
getBlocks

Get an content object with the specified content ID.