== == # Content extend type Query { cmsContent(name: String!): CmsContent! } type CmsContent { fileName: String! content: String markup: String parsedMarkup: String } # CMS-wide types # Backend\Models\User type BackendUser { id: ID! } #System\Models\File type SystemFile { id: ID path: String title: String description: String }