Skip to content

Commit

Permalink
Add stripIgnoredCharacters utility function
Browse files Browse the repository at this point in the history
Heavily based on work done by @rybon in #1628.
Solves #1523.
  • Loading branch information
IvanGoncharov committed Mar 26, 2019
1 parent c6e5ef2 commit 328b065
Show file tree
Hide file tree
Showing 4 changed files with 625 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Expand Up @@ -386,6 +386,9 @@ export {
concatAST,
// Separates an AST into an AST per Operation.
separateOperations,
// Strips characters that are not significant to the validity or execution
// of a GraphQL document.
stripIgnoredCharacters,
// Comparators for types
isEqualType,
isTypeSubTypeOf,
Expand Down

0 comments on commit 328b065

Please sign in to comment.