query Tags ($id: String!) { tag (id: $id) { title belongsTo { edges { node { ...on Post { id title path image author { id name image } content timeToRead } } } } } }