As per the specifications, use available image data coming from the GraphQL api to display images on the Detail Page. If this can't be implemented safely, display link to image.
In theory this works already. The problem is that the label of the file URL Property in the code is spelled slightly differently to the actual label: fileURL vs fileUrl. I guess I'll fix it in the code because it's consistent with the spelling of originalUrl.
As per the specifications, use available image data coming from the GraphQL api to display images on the Detail Page. If this can't be implemented safely, display link to image.