CMSEditorPage
type CMSEditorPage {
type: String!
id: String!
frames: [CMSEditorComponent!]!
}
Fields
CMSEditorPage.type ● String! non-null scalar
CMSEditorPage.id ● String! non-null scalar
CMSEditorPage.frames ● [CMSEditorComponent!]! non-null object
Member Of
CMSEditorData object