object QueryParser
- Alphabetic
- By Inheritance
- QueryParser
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseArg(name: Name, value: Ast.Value): Result[Binding]
Parse an argument AST to a query algebra binding.
Parse an argument AST to a query algebra binding.
GraphQL errors and warnings are accumulated in the result.
- def parseArgs(args: List[(Name, Ast.Value)]): Result[List[Binding]]
Parse argument ASTs to query algebra bindings.
Parse argument ASTs to query algebra bindings.
GraphQL errors and warnings are accumulated in the result.
- def parseDirectives(directives: List[Ast.Directive]): Result[List[Directive]]
Parse directive ASTs to query algebra directives.
Parse directive ASTs to query algebra directives.
GraphQL errors and warnings are accumulated in the result.
- def parseDocument(doc: Document): Result[(List[UntypedOperation], List[UntypedFragment])]
Parse a document AST to query algebra operations and fragments.
Parse a document AST to query algebra operations and fragments.
GraphQL errors and warnings are accumulated in the result.
- def parseOperation(op: Ast.OperationDefinition.Operation): Result[UntypedOperation]
Parse an operation AST to a query algebra operation.
Parse an operation AST to a query algebra operation.
GraphQL errors and warnings are accumulated in the result.
- def parseQueryShorthand(qs: QueryShorthand): Result[UntypedOperation]
Parse a query shorthand AST to query algebra operation.
Parse a query shorthand AST to query algebra operation.
GraphQL errors and warnings are accumulated in the result.
- def parseSelection(sel: Selection): Result[Query]
Parse a selection AST to a query algebra term.
Parse a selection AST to a query algebra term.
GraphQL errors and warnings are accumulated in the result.
- def parseSelections(sels: List[Selection]): Result[Query]
Parse selection ASTs to query algebra terms.
Parse selection ASTs to query algebra terms.
GraphQL errors and warnings are accumulated in the result
- def parseText(text: String): Result[(List[UntypedOperation], List[UntypedFragment])]
Parse a String to query algebra operations and fragments.
Parse a String to query algebra operations and fragments.
GraphQL errors and warnings are accumulated in the result.
- def parseVariableDefinitions(vds: List[VariableDefinition]): Result[List[UntypedVarDef]]
Parse variable definition ASTs to query algebra variable definitions.
Parse variable definition ASTs to query algebra variable definitions.
GraphQL errors and warnings are accumulated in the result.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()