add to your graphql query the pagination params when fetching the sections like this :
section ( pagination : { start : 0 , limit : -1 } ) {
title
text
value
}
add to your graphql query the pagination params when fetching the sections like this :
section ( pagination : { start : 0 , limit : -1 } ) {
title
text
value
}