Skip to content

Primary Term for posts

Compare
Choose a tag to compare
@ashhitch ashhitch released this 03 Oct 19:36
· 91 commits to master since this release

Primary Term for posts added to edge with isPrimary boolean field

query GetPostsPrimary {
  posts {
    nodes {
      title
      slug
      categories {
        edges {
          isPrimary
          node {
            name
            count
          }
        }
      }
    }
  }
}