ProcessPageInputType
Last edit: May 19, 2026
No description
type ProcessPageInputType {
params: HashObject
slug: String!
}
Fields
params (HashObject)
Parameters you would like to pass to the page to render it dynamically. They will beavailable via context.params.
slug (String)
Slug of the page which you would like to use as a template