Skip to content

Commit 0021f2b

Browse files
author
Lynette Nguyen
committed
RSM-4489 Add Process page type to query
1 parent ed516b8 commit 0021f2b

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)