Skip to content

Commit

Permalink
feat(Web): Combine api and filter @client state query into one #3
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Dec 28, 2017
1 parent ff4fb20 commit aea3a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/modules/todos/gql.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const TODOS_QUERY = gql`
title
completed
}
filter @client
}
`;

Expand Down

0 comments on commit aea3a03

Please sign in to comment.