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

Commit 5677821

Browse files
committed
Fix query name
1 parent e2e4e2e commit 5677821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/wordpress/_global/queryDefaultPageData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import defaultPageData from '../_partials/defaultPageData'
33

44
// Query: retrieve default SEO and other page data.
55
const queryDefaultPageData = gql`
6-
query GET_DEFAULT_SEO {
6+
query GET_DEFAULT_PAGE_DATA {
77
${defaultPageData}
88
}
99
`

0 commit comments

Comments
 (0)