Skip to content

Get_head Yoast meta fields

Compare
Choose a tag to compare
@ashhitch ashhitch released this 08 Apr 15:23
· 73 commits to master since this release

This release actually contains this work ...

query GetHead {
  post(id: "1", idType: DATABASE_ID) {
    seo {
      fullHead
    }
  }
  category(id: "1", idType: DATABASE_ID) {
    seo {
      fullHead
    }
  }
  user(id: "1", idType: DATABASE_ID) {
    seo {
      fullHead
    }
  }
  seo {
    contentTypes {
      post {
        archive {
          fullHead
        }
      }
    }
  }
}