UpdatePageContentInput
Content fields needed to update a home page
input UpdatePageContentInput {
language: String!
content: JSON
active: Boolean
}
Fields
language ● String!
The language is an identifier to determine which version of the page will be updated
content ● JSON
The new content if any that the page will be updated to
active ● Boolean
Should the page become active
Example
{}