ProcessPageInputType
Last edit: Oct 26, 2022
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