I need help creating a GraphQL query string to retrieve page data from Wiki JS. Specifically, I am looking for a way to fetch the URL of the first image on the page. Unfortunately, I have been unable to find any information on how to do this in the documentation.
query {
pages {
list {
id
title
description
path
}
}
}
If anyone knows a method to extract the first image's URL from a Wiki JS page, please share your insights!