yireo / magento2-webp2-graph-ql
为Yireo Webp2 for Magento 2添加GraphQL支持
1.0.4
2024-06-20 07:39 UTC
Requires
- magento/framework: ^102.0|^103.0
- yireo/magento2-webp2: ^0.14
README
为Yireo Webp2添加GraphQL支持的Magento 2模块
安装
composer require yireo/magento2-webp2-graph-ql bin/magento module:enable Yireo_Webp2GraphQl
在GraphQL中的使用
对于每个常规图像URL,在查询中附加一个_webp
变体
query { products(search:"a", pageSize: 1){ items { sku name media_gallery { url url_webp } } } }