136 lines
2.0 KiB
GraphQL
136 lines
2.0 KiB
GraphQL
|
query homepageQuery {
|
||
|
consulHomepage {
|
||
|
seo: _seoMetaTags {
|
||
|
attributes
|
||
|
content
|
||
|
tag
|
||
|
}
|
||
|
heroHeading
|
||
|
heroDescription
|
||
|
heroCtas {
|
||
|
title
|
||
|
link
|
||
|
}
|
||
|
heroCards {
|
||
|
heading
|
||
|
description
|
||
|
cta {
|
||
|
title
|
||
|
link
|
||
|
}
|
||
|
subText: subtext
|
||
|
}
|
||
|
introHeading
|
||
|
introDescription
|
||
|
introOfferingsImage {
|
||
|
url
|
||
|
width
|
||
|
height
|
||
|
alt
|
||
|
}
|
||
|
introOfferings {
|
||
|
heading
|
||
|
description
|
||
|
}
|
||
|
introOfferingsCta {
|
||
|
title
|
||
|
link
|
||
|
}
|
||
|
introVideo {
|
||
|
youtubeId
|
||
|
heading
|
||
|
description
|
||
|
thumbnail {
|
||
|
url
|
||
|
}
|
||
|
personName
|
||
|
personDescription
|
||
|
personAvatar {
|
||
|
url
|
||
|
}
|
||
|
}
|
||
|
introVideo {
|
||
|
youtubeId
|
||
|
heading
|
||
|
description
|
||
|
thumbnail {
|
||
|
url
|
||
|
}
|
||
|
personName
|
||
|
personDescription
|
||
|
personAvatar {
|
||
|
url
|
||
|
}
|
||
|
}
|
||
|
inPracticeHeading
|
||
|
inPracticeDescription
|
||
|
inPracticeCards {
|
||
|
eyebrow
|
||
|
heading
|
||
|
description
|
||
|
link
|
||
|
products {
|
||
|
name
|
||
|
}
|
||
|
}
|
||
|
inPracticeCtaHeading
|
||
|
inPracticeCtaDescription
|
||
|
inPracticeCtaLink
|
||
|
inPracticeCtaImage {
|
||
|
url
|
||
|
alt
|
||
|
width
|
||
|
height
|
||
|
}
|
||
|
useCasesHeading
|
||
|
useCasesDescription
|
||
|
useCasesCards {
|
||
|
eyebrow
|
||
|
heading
|
||
|
description
|
||
|
link
|
||
|
products {
|
||
|
name
|
||
|
}
|
||
|
}
|
||
|
tutorialsHeading
|
||
|
tutorialCards {
|
||
|
eyebrow
|
||
|
heading
|
||
|
description
|
||
|
link
|
||
|
products {
|
||
|
name
|
||
|
}
|
||
|
}
|
||
|
caseStudiesHeading
|
||
|
caseStudiesDescription
|
||
|
caseStudiesFeatured {
|
||
|
thumbnail {
|
||
|
url
|
||
|
alt
|
||
|
}
|
||
|
heading
|
||
|
link
|
||
|
}
|
||
|
caseStudiesLinks {
|
||
|
heading
|
||
|
link
|
||
|
}
|
||
|
callToActionHeading
|
||
|
callToActionDescription
|
||
|
callToActionCtas {
|
||
|
text: title
|
||
|
url: link
|
||
|
}
|
||
|
preFooterHeading
|
||
|
preFooterDescription
|
||
|
preFooterCtas {
|
||
|
link
|
||
|
heading
|
||
|
description
|
||
|
cta
|
||
|
}
|
||
|
}
|
||
|
}
|