Page
Representation of a web page
type Page {
id: String!
contents: [Content!]
}
Fields
id ● String!
The id of the page
contents ● [Content!]
The contents of the page
Example
{
"contents": [
{
"menu": {},
"meta": {
"title": [
{
"language": "EN",
"value": "String"
}
]
},
"link": {
"alternateUrls": [
{}
],
"redirect": {}
},
"updatedAt": "2024-05-03T11:52:33Z"
}
]
}