selveq / slider-graphql
Magento 2 Slider GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/slider-graphql
Type:magento2-module
pkg:composer/selveq/slider-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-graph-ql: ^100.4
- magento/module-graph-ql-cache: ^100.4
- selveq/slider: ^3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
This package is not auto-updated.
Last update: 2026-09-19 20:02:38 UTC
README
Fork of scandipwa/slider-graphql 2.1.1, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/slider-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Serves the
scandiwebSlider(id)query, whoseSlider,SlideandMaptypes carry a Scandiweb Slider slider with its active, in-schedule, store-scoped slides and their active hotspots, every image path media-prefixed. - Answers
nullwith a not-found error for a slider that is disabled or does not exist. - Declares the answer's cache identity, the slider's tag and its slides', so a store that allows the query can cache and invalidate it.
- Feeds the ScandiPWA theme's slider widget over the persisted-query path, and
route717, which preloads a CMS page's slider throughgetSlider()and hands it to that widget.
Install
composer require selveq/slider-graphql bin/magento setup:upgrade
License
OSL-3.0, the license of the original work. Scandiweb's copyright notices are kept in every file, and each file Selveq changed carries a Modifications © Selveq notice.