OBJECT

Content

link GraphQL Schema definition

  • type Content {
  • #
  • id: ID!
  • #
  • active: Boolean!
  • #
  • title: String!
  • # Returns rendered HTML string that might contain script and style tags
  • content: String!
  • # Return not rendered, raw content
  • rawContent: String!
  • #
  • folder: String!
  • #
  • version: String!
  • #
  • seo: Seo!
  • #
  • category: Category
  • }

link Require by