Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-apollo in / from 2.0.1 to 2.1.11 #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Aug 9, 2018

Dependencies.io has updated react-apollo (a npm dependency in /) from "2.0.1" to "2.1.11".

2.1.11
  • Fixed an issue in getDataFromTree where queries that threw more than one
    error had error messages swallowed, and returned an invalid error object
    with circular references. Multiple errors are now preserved.

    anand-sundaram-zocdoc in #2133
  • Update both the <Mutation /> component and graphql HOC to accept a new
    awaitRefetchQueries prop (boolean). When set to true, queries specified
    in refetchQueries will be completed before the mutation itself is
    completed. awaitRefetchQueries is false by default, which means
    refetchQueries are usually completed after the mutation has resolved.
    Relates to Apollo Client
    PR #3169.

    hwillson in #2214
  • Typings adjustment: pass TData along into MutationUpdaterFn when using
    MutationOpts, to ensure that the updater function is properly typed.

    danilobuerger in #2227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant