Package | Description |
---|---|
graphql | |
graphql.parser |
Modifier and Type | Method and Description |
---|---|
InvalidSyntaxException |
ParseResult.getException() |
Modifier and Type | Method and Description |
---|---|
static ParseResult |
ParseResult.ofError(InvalidSyntaxException e) |
Constructor and Description |
---|
ParseResult(DocumentAndVariables documentAndVariables,
InvalidSyntaxException exception) |
Modifier and Type | Method and Description |
---|---|
Document |
Parser.parseDocument(Reader reader) |
Document |
Parser.parseDocument(String input) |
Document |
Parser.parseDocument(String input,
String sourceName) |
Copyright © 2019. All rights reserved.