Skip to content

Instantly share code, notes, and snippets.

@HERRKIN
Created January 10, 2017 23:07
Show Gist options
  • Save HERRKIN/325c09c52fca3839977a51ae0f305bc2 to your computer and use it in GitHub Desktop.
Save HERRKIN/325c09c52fca3839977a51ae0f305bc2 to your computer and use it in GitHub Desktop.
Resolvers index.js
import Query from './Query'
import Mutation from './Mutations'
import User from './User'
export default {
...User,
Query,
Mutation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment