fetch sections from cms
This commit is contained in:
@@ -4,6 +4,7 @@ export const homePageDocument = gql`
|
||||
query HomePageQuery {
|
||||
homePage {
|
||||
sections {
|
||||
__typename
|
||||
... on ComponentSectionsHomeHero {
|
||||
id
|
||||
title
|
||||
@@ -42,6 +43,7 @@ export const homePageDocument = gql`
|
||||
id
|
||||
title
|
||||
description
|
||||
footnote
|
||||
icon {
|
||||
value
|
||||
}
|
||||
@@ -60,6 +62,7 @@ export const homePageDocument = gql`
|
||||
description
|
||||
pretitle
|
||||
badge
|
||||
footnote
|
||||
color {
|
||||
value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user