Skip to content

Instantly share code, notes, and snippets.

@LawJolla
Created February 26, 2018 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LawJolla/8133ba872925a39ef23fe2bfecec1c1d to your computer and use it in GitHub Desktop.
Save LawJolla/8133ba872925a39ef23fe2bfecec1c1d to your computer and use it in GitHub Desktop.
makeExecutableSchema
export const schema = makeExecutableSchema({
typeDefs,
resolvers,
directiveResolvers
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment