Skip to content

Instantly share code, notes, and snippets.

@mxstbr
Created February 20, 2018 10:28
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 mxstbr/8f4b220971a04b71e6e895538795f1df to your computer and use it in GitHub Desktop.
Save mxstbr/8f4b220971a04b71e6e895538795f1df to your computer and use it in GitHub Desktop.
app.use('/api', graphqlServer({
validationRules: [depthLimit(10)]
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment