import { MagentoContentPageSchemaService } from '@daffodil/content/driver/magento'
A service for making Magento GraphQL queries for CMS pages with schema content.
@Injectable()
class MagentoContentPageSchemaService implements DaffContentPageSchemaServiceInterface<DaffContentSchemaPage> {
get(id: string): any
}
anyGet a content page with the specified ID.
| Parameter | id: string |
|---|---|
| Description |