Content types returns null
macphersonj opened this issue · 4 comments
macphersonj commented
When querying contentTypes on archive pages I receive
contentTypes: post: null
The query as per docs:
contentTypes {
post {
title
schemaType
metaRobotsNoindex
metaDesc
schema {
raw
}
archive {
fullHead
archiveLink
breadcrumbTitle
hasArchive
metaDesc
metaRobotsNoindex
title
}
}
}
Running latest versions of both WPGraphql and this plugin
macphersonj commented
Perhaps the types have changed in the latest version?
ashhitch commented
@macphersonj can you test with v4.22.5
macphersonj commented
Thanks @ashhitch, it gets me further but no Schema is present. Perhaps thats due to settings
ashhitch commented
It seems Yoast have introduced and indexable flag. Just trying to figure what it does as it stops the data returning