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: update apollo-client #1027

Merged
merged 17 commits into from
Feb 2, 2022
Merged

feat: update apollo-client #1027

merged 17 commits into from
Feb 2, 2022

Commits on Jan 7, 2022

  1. feat: update apollo-client

    bchrobot committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b979843 View commit details
    Browse the repository at this point in the history
  2. fix: fix interaction step management

    Writing interaction steps to the cache caused the GET_EDIT_CAMPAIGN_DATA query to be re-fetched.
    The results of re-fetch then overwrote the local changes for pending interaction step changes. This
    re-fetch happened because in apollo-client@3 cache-and-network fetch policies re-run whenever there
    is a cache update that affects the query.
    
    For more information, see:
    apollographql/apollo-client#6760 (comment)
    bchrobot committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    63d3b75 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    147d9b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    1f3270b View commit details
    Browse the repository at this point in the history
  2. fix: update apollo imports

    bchrobot committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4283a9a View commit details
    Browse the repository at this point in the history
  3. fix: fix app import

    bchrobot committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    41f082b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e159675 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34ba7a6 View commit details
    Browse the repository at this point in the history
  6. fix: fix interaction step local fields

    Adapts to two apollo client changes:
    1. readFragment returns null for insufficient data instead of throwing MissingFieldError exceptions
    2. writeFragment now only writes to fields present in the fragment itself
    bchrobot committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d721ad8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6a7701 View commit details
    Browse the repository at this point in the history
  8. ci: build images

    bchrobot committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e228ed3 View commit details
    Browse the repository at this point in the history
  9. build: fix node version

    bchrobot committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b42fbbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ad2242 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad6e168 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e80e7c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    80219de View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. test: fix app creation

    bchrobot committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a155a52 View commit details
    Browse the repository at this point in the history