You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
The text was updated successfully, but these errors were encountered:
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
}
}
The text was updated successfully, but these errors were encountered: