For AI agents: a documentation index is available at /llms.txt
Skip to main content

HTMLResourcePathInput

A resource URL and its replacement archive path when rewriting HTML for export.

input HTMLResourcePathInput {
url: String!
path: String!
}

Fields

HTMLResourcePathInput.url ● String! non-null scalar

The absolute resource URL found in the page.

HTMLResourcePathInput.path ● String! non-null scalar

The relative path used for the resource in the exported archive.

Member Of

HTMLRewriteInput input