query BlogPost ($path: String!) { post (path: $path) { id title date tags { title belongsTo { edges { node { ... on Post { id title path } } } } } image author { id name image tagline bio } content } }