object QueryParser
GraphQL parsing methods.
The parser is written with Parboiled2. Each of the
method types takes either a string, or a Parboiled2 ParserInput for more generality.
- Alphabetic
- By Inheritance
- QueryParser
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parse(input: ParserInput, config: ParserConfig): Try[ast.Document]
Parse the given input as a GraphQL Document.
-
def
parse(input: String, config: ParserConfig = ParserConfig.default): Try[ast.Document]
Parse the given string as a GraphQL Document.
-
def
parseInput(input: ParserInput): Try[Value]
Parse the given input as a GraphQL InputDocument and return its first Value.
-
def
parseInput(input: String): Try[Value]
Parse the given string as a GraphQL InputDocument and return its first Value.
-
def
parseInputDocument(input: ParserInput, config: ParserConfig): Try[InputDocument]
Parse the given input as a GraphQL InputDocument.
-
def
parseInputDocument(input: String, config: ParserConfig = ParserConfig.default): Try[InputDocument]
Parse the given string as a GraphQL InputDocument.
-
def
parseInputDocumentWithVariables(input: ParserInput, config: ParserConfig): Try[InputDocument]
Parse the given input as a GraphQL InputDocumentWithVariables.
-
def
parseInputDocumentWithVariables(input: String, config: ParserConfig = ParserConfig.default): Try[InputDocument]
Parse the given string as a GraphQL InputDocumentWithVariables.
-
def
parseInputWithVariables(input: ParserInput): Try[Value]
Parse the given input as a GraphQL InputDocumentWithVariables and return its first Value.
-
def
parseInputWithVariables(input: String): Try[Value]
Parse the given string as a GraphQL InputDocumentWithVariables and return its first Value.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )