Apollo-client: ApolloQueryResult is not described in the Apollo Client documentation

Created on 6 May 2018  ·  3Comments  ·  Source: apollographql/apollo-client

  • [ ] has-reproduction
  • [ ] feature
  • [x] docs
  • [ ] blocking
  • [ ] good first issue

References to ApolloQueryResult was made a lot, but has no actual description of its properties and functions.

✔ confirmed 📝 documentation

Most helpful comment

@hwillson I saw the updated documentations. I think there should be a description of the individual fields under ApolloQueryResult. stale is not exactly self explanatory.

All 3 comments

ApolloQueryResult (and ApolloCurrentResult) have been added. Thanks for pointing this out!

@hwillson I saw the updated documentations. I think there should be a description of the individual fields under ApolloQueryResult. stale is not exactly self explanatory.

I'd assume that stale refers to whether the request has been timed out, but I'm not sure. I'd love for the docs to be a bit more descriptive.

Was this page helpful?
0 / 5 - 0 ratings