Primary Term for posts
Primary Term for posts added to edge with isPrimary boolean field
query GetPostsPrimary {
posts {
nodes {
title
slug
categories {
edges {
isPrimary
node {
name
count
}
}
}
}
}
}