Skip to content

Commit 35fc656

Browse files
authored
Merge pull request #458 from UoA-eResearch/fix/RSM-4489-process-page-breadcrumb
RSM-4489 Add Process page type to query
2 parents ed516b8 + 0021f2b commit 35fc656

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

research-hub-web/src/app/graphql/queries/all-subhub-child-pages-slugs.query.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ query GetAllSubHubChildPagesSlugs {
3232
...on SubHub {
3333
slug
3434
}
35+
...on Process {
36+
slug
37+
}
3538
}
3639
}
3740
}

0 commit comments

Comments
 (0)