OBJECT

Footer

Data for composing a site footer

link GraphQL Schema definition

  • type Footer {
  • # Footer columns
  • columns: [FooterColumn!]
  • # Enable EDM subscription in the footer?
  • edmSubscriptionEnabled: Boolean!
  • id: ID!
  • # Show legal info? (true/false)
  • showLegalInfo: Boolean!
  • }