Skip to content

Commit

Permalink
Resolvers are optional arguments (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj36 authored and freiksenet committed Mar 15, 2018
1 parent 37dd034 commit 402b59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/generate-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ import { makeExecutableSchema } from 'graphql-tools';
const jsSchema = makeExecutableSchema({
typeDefs,
resolvers,
resolvers, // optional
logger, // optional
allowUndefinedInResolve = false, // optional
resolverValidationOptions = {}, // optional
Expand Down

0 comments on commit 402b59c

Please sign in to comment.