Created
January 17, 2017 22:52
-
-
Save HERRKIN/37e90394347d43fd5ad278dbcc5c1344 to your computer and use it in GitHub Desktop.
Mutations index.js adding toggleCompleted
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {Resolvers as Auth} from 'meteor/nicolaslopezj:apollo-accounts' | |
import addTodo from './addTodo' | |
import toggleCompleted from './toggleCompleted' | |
export default { | |
...Auth(), | |
addTodo, | |
toggleCompleted | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment