shopify storefront api home page image banner slider

How can I fetch the homepage image banner slider from a Shopify store using the Storefront API? Which API query or resource should I use to retrieve this data?

api_version 2025-24

base_url https://{store_name}.myshopify.com/api/{api_version}/graphql.json

Hello,

Shopify themes are built with “sections” that store content and settings. A homepage banner slider is typically a theme section. The Storefront API does not directly expose the settings or content of these theme sections. This is by design, as the Storefront API is primarily for customer-facing commerce operations.