Skip to content

Instantly share code, notes, and snippets.

@confuser
Last active June 4, 2018 20:57
Show Gist options
  • Save confuser/bc7018e4fddab17836e4de4e0a931380 to your computer and use it in GitHub Desktop.
Save confuser/bc7018e4fddab17836e4de4e0a931380 to your computer and use it in GitHub Desktop.
if (args.minLength && !isLength(value, { min: args.minLength })) {
throw new GraphQLError(`Must be at least ${args.minLength} characters in length`)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment