Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit c8df392

Browse files
committed
Add posts page check to page query
1 parent e5a9fbc commit c8df392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/wordpress/pages/queryPageById.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const queryPageById = gql`
2525
) {
2626
page(id: $id, idType: $idType) {
2727
...SinglePageFields
28+
isPostsPage
2829
}
2930
}
3031
${singlePageFragment}

0 commit comments

Comments
 (0)