OBJECT

FooterColumn

Data for composing a site footer

link GraphQL Schema definition

  • type FooterColumn {
  • # Column's content as Markdown
  • content: String!
  • # Column's content as HTML
  • contentHtml: String!
  • # Column's header as a string
  • header: String!
  • }