ProcessPageInputType
Last edit: Nov 10, 2025
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