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(Web): Combine api and filter @client state query into one #3 #11

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

Conversation

evenchange4
Copy link
Owner

@evenchange4 evenchange4 commented Dec 28, 2017

This PR is to reproduce the apollographql/apollo-link-state#140 issue.


Output:

@todomvc-subscriptions/web: (node:19542) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'filter' of undefined
    at resolver (/todomvc-subscriptions/node_modules/apollo-link-state/lib/index.js:26:66)

@evenchange4 evenchange4 self-assigned this Dec 28, 2017
@codecov
Copy link

codecov bot commented Dec 28, 2017

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   19.25%   19.25%           
=======================================
  Files          16       16           
  Lines         187      187           
  Branches       31       31           
=======================================
  Hits           36       36           
  Misses        121      121           
  Partials       30       30
Impacted Files Coverage Δ
packages/web/modules/todos/gql.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff4fb20...aea3a03. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

1 participant