Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasdao committed Jul 18, 2017
1 parent 3cee85f commit 58a2d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const glue = () => {
for(let key in resolver)
a.resolver[key] = Object.assign((a.resolver[key] || {}), (resolver[key] || {}))
return { schema: s, resolver: a.resolver, query: q, mutation: m }
}, { schema: '', resolver: {}, query = 'type Query {', mutation = 'type Mutation {' })
}, { schema: '', resolver: {}, query: 'type Query {', mutation: 'type Mutation {' })

if (!gluedSchema.schema) {
if (schemaPathInConfig)
Expand Down

0 comments on commit 58a2d62

Please sign in to comment.