Skip to content

Accessing Title of downloadable products in magento2 graphql

I am facing issue with accessing the title of downloadable products in magento2 graphql.

customerDownloadableProducts {
                items {
                  date
                  download_url
                  order_increment_id
                  remaining_downloads
                  status
                }
              }

I also want to access title of downloadable products to display. But cant find a way to do so. Please modify the above query to display title.