-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gqlParser): Handle strings with only whitespace in parseID (#6615)
ParseID function would panic if the input consists of only whitespace characters. This PR fixes it. Fixes GRAPHQL-720 (cherry picked from commit d994cb3) Conflicts: gql/parser_test.go
- Loading branch information
Ibrahim Jarif
committed
Oct 7, 2020
1 parent
c5dca7e
commit 3e669a4
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters