Skip to content

Post type raw schema to the root settings

Compare
Choose a tag to compare
@ashhitch ashhitch released this 22 Dec 06:07
· 86 commits to master since this release
2316bf4

A small release to add the post type raw schema to the root settings

query GetSettings {
  seo {
    contentTypes {
      post {
        metaDesc
        schemaType
        schema {
          raw
        }
      }
    }
  }
}