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

Provide variables and context to update function #7902

Merged
merged 13 commits into from Apr 12, 2021

Commits on Apr 2, 2021

  1. Provide variables and context to update function

    Jenn Creighton committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    6e0bbf4 View commit details
    Browse the repository at this point in the history
  2. Add test for optimistic mutation

    Jenn Creighton committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e19bf3b View commit details
    Browse the repository at this point in the history
  3. Default context to undefined instead of empty object

    Jenn Creighton committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    8606426 View commit details
    Browse the repository at this point in the history
  4. Allow user to set TVariables and TContext types

    Jenn Creighton committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b654ed8 View commit details
    Browse the repository at this point in the history
  5. Fix failing tests

    Jenn Creighton committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    74feaa7 View commit details
    Browse the repository at this point in the history
  6. Import Context correctly

    Jenn Creighton committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b52d157 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Fixes

    Jenn Creighton committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    f79c048 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Jenn Creighton committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    cdc2d51 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Rename Context type to DefaultContext

    Jenn Creighton committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1ceff36 View commit details
    Browse the repository at this point in the history
  2. Add TCache type parameter

    Jenn Creighton committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b264566 View commit details
    Browse the repository at this point in the history
  3. Fix failing tests

    Jenn Creighton committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8bfa1e0 View commit details
    Browse the repository at this point in the history
  4. Update comment

    Co-authored-by: Ben Newman <ben@apollographql.com>
    jcreighton and benjamn committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    88795a3 View commit details
    Browse the repository at this point in the history
  5. Optional type parameter

    Co-authored-by: Ben Newman <ben@apollographql.com>
    jcreighton and benjamn committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    37223f6 View commit details
    Browse the repository at this point in the history