OBJECT
Footer
Data for composing a site footer
link GraphQL Schema definition
- type Footer {
- # Footer columns
- FooterColumn!] : [
- # Enable EDM subscription in the footer?
- Boolean! :
- ID! :
- # Show legal info? (true/false)
- Boolean! :
- }
OBJECT
Data for composing a site footer
- type Footer {
- # Footer columns
- FooterColumn!] : [
- # Enable EDM subscription in the footer?
- Boolean! :
- ID! :
- # Show legal info? (true/false)
- Boolean! :
- }