Skip to content

Instantly share code, notes, and snippets.

@HERRKIN
Created January 17, 2017 22:52
Show Gist options
  • Save HERRKIN/37e90394347d43fd5ad278dbcc5c1344 to your computer and use it in GitHub Desktop.
Save HERRKIN/37e90394347d43fd5ad278dbcc5c1344 to your computer and use it in GitHub Desktop.
Mutations index.js adding toggleCompleted
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