@kapa.ai Can you elaborate on #4? I am retrieving data on the parent page with useAsyncQuery (a wrapper for useAsyncData specifically for Apollo/GraphQL)
const { data } = await useAsyncQuery<ProductQueryResult>(GetProductDocument, {
slug,
})
const { data } = await useAsyncQuery<ProductQueryResult>(GetProductDocument, {