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

feat: meta to Mutation #2906

Merged
merged 6 commits into from Nov 17, 2021
Merged

feat: meta to Mutation #2906

merged 6 commits into from Nov 17, 2021

Commits on Nov 9, 2021

  1. feat: meta to Mutation

    the same meta that already exists in Query and is accessible in
    queryCache is now also usable in mutationCache and can be passed in
    useMutation, just as in useQuery
    danielbartsch committed Nov 9, 2021
    Copy the full SHA
    accf669 View commit details
    Browse the repository at this point in the history
  2. Update src/core/mutation.ts

    Reason: #2906 (comment)
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    danielbartsch and TkDodo committed Nov 9, 2021
    Copy the full SHA
    ccc85c8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5ea0c1c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. chore: use text to signal when async test is done to wait for, instea…

    …d of arbitrary wait times
    danielbartsch committed Nov 10, 2021
    Copy the full SHA
    4699132 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0cd5cd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. chore: add to docs

    danielbartsch committed Nov 17, 2021
    Copy the full SHA
    b464b49 View commit details
    Browse the repository at this point in the history