Package graphql.language
Class IgnoredChars
java.lang.Object
graphql.language.IgnoredChars
- All Implemented Interfaces:
Serializable
Graphql syntax has a series of characters, such as spaces, new lines and commas that are not considered relevant
to the syntax. However they can be captured and associated with the AST elements they belong to.
This costs more memory but for certain use cases (like editors) this maybe be useful
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
IgnoredChars
-
-
Method Details
-
getLeft
-
getRight
-