PageVersion
type PageVersion implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
html: String
published: Boolean!
css: String
js: String
editorData: CMSEditorDataScalar!
page: Page!
}
Fields
PageVersion.id ● ID! non-null scalar
PageVersion.createdAt ● Time! non-null scalar
PageVersion.updatedAt ● Time! non-null scalar
PageVersion.companyID ● String! non-null scalar
PageVersion.html ● String scalar
PageVersion.published ● Boolean! non-null scalar
PageVersion.css ● String scalar
PageVersion.js ● String scalar
PageVersion.editorData ● CMSEditorDataScalar! non-null scalar
PageVersion.page ● Page! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
updatePageVersion mutation
Member Of
Page object ● PageVersionEdge object