Front End Engineering, May 2015

this.store.findQuery('comment', {
  where: {
    post: {
        "__type":  "Pointer",
        "className": "_User",
        "objectId": this.get('session.currentUser.id')
    }
  }
});