query Author ($id: String!) { author (id: $id) { name image bio location website twitter facebook belongsTo { edges { node { ...on Post { id title author { id name image } path image content timeToRead } } } } } }