imranhsayed/gatsby-woocommerce-themes

SeoFragment issue

Opened this issue · 1 comments

when running the seo fragment in graphiql I'm receiving the following error
"Unknown type WpSEO"

the build is not running also.
had to substitute the fragment with query ->
seo {
canonical
title
metaDesc
focuskw
metaRobotsNoindex
metaRobotsNofollow
opengraphAuthor
opengraphDescription
opengraphTitle
opengraphDescription
opengraphImage {
sourceUrl
}
opengraphUrl
opengraphSiteName
opengraphPublishedTime
opengraphModifiedTime
twitterTitle
twitterDescription
twitterImage {
sourceUrl
}
}

Type name WpSEO has been changed to WpSEOConfig, but it's not updated in the repo.