react-apollo v0.2.0 Release Notes

  • 💥 Breaking change:

    {
      loading: false,
      result: {
        posts: []
      }
    }
    

    becomes

    {
      loading: false,
      posts: []
    }