Post type raw schema to the root settings
A small release to add the post type raw schema to the root settings
query GetSettings {
seo {
contentTypes {
post {
metaDesc
schemaType
schema {
raw
}
}
}
}
}