Created
January 10, 2017 23:07
-
-
Save HERRKIN/325c09c52fca3839977a51ae0f305bc2 to your computer and use it in GitHub Desktop.
Resolvers index.js
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 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