UpdateHomePageContentInput
Content fields needed to update a home page
input UpdateHomePageContentInput {
language: String!
content: JSON
active: Boolean
timeslot: DateRangeInput
}
Fields
language ● String!
The language is an identifier to determine which version of the home page will be updated
content ● JSON
The content of the home page
active ● Boolean
Should the home page become active
timeslot ● DateRangeInput
Timeslot when the home page should be available
Example
{
"timeslot": {
"start": "2024-05-03T11:52:33Z"
}
}