Skip to content

Instantly share code, notes, and snippets.

@HERRKIN
Created January 17, 2017 21:49
Show Gist options
  • Save HERRKIN/a47187ea1ef22664d6812579b897b75a to your computer and use it in GitHub Desktop.
Save HERRKIN/a47187ea1ef22664d6812579b897b75a to your computer and use it in GitHub Desktop.
updated Mutation index.js
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