Skip to content

Commit

Permalink
Merge branch 'master' into fix/3581
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz authored Jan 24, 2025
2 parents 1148206 + acff9cc commit 42996e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/nuxt3-ssr/pages/[schema]/ssr-catalogue/[catalogue]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,20 @@ const { data, error } = await useFetch(`/${route.params.schema}/graphql`, {
partOfResources: { id: { equals: catalogueRouteParam } },
},
},
{
reusedInResources: {
_or: [
{ resource: { id: { equals: catalogueRouteParam } } },
{
resource: {
partOfResources: {
id: { equals: catalogueRouteParam },
},
},
},
],
},
},
],
}
: //should only include harmonised variables
Expand Down

0 comments on commit 42996e3

Please sign in to comment.