UpdateHomePageInput
Input fields needed to update a home page
input UpdateHomePageInput {
id: String!
contents: [UpdateHomePageContentInput!]!
}
Fields
id ● String!
The id of the home page
contents ● [UpdateHomePageContentInput!]!
The contents which should be updated
Example
{
"contents": [
{
"timeslot": {
"start": "2024-05-03T11:52:33Z"
}
}
]
}