Created
January 17, 2017 21:49
-
-
Save HERRKIN/a47187ea1ef22664d6812579b897b75a to your computer and use it in GitHub Desktop.
updated Mutation index.js
This file contains hidden or 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 {SchemaMutations as Auth} from 'meteor/nicolaslopezj:apollo-accounts' | |
import addTodo from './addTodo.graphql' | |
import toggleCompleted from './toggleCompleted.graphql' | |
export default ` | |
type Mutation { | |
${Auth()} | |
${addTodo} | |
${toggleCompleted} | |
} | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment