QueryParser

edu.gemini.grackle.QueryParser$

GraphQL query parser

Attributes

Source:
compiler.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def parseArg(name: Name, value: Value): Result[Binding]

Attributes

Source:
compiler.scala

Attributes

Source:
compiler.scala
def parseSelection(sel: Selection, typeCondition: Option[String], fragments: Map[String, FragmentDefinition]): Result[Query]

Attributes

Source:
compiler.scala
def parseSelections(sels: List[Selection], typeCondition: Option[String], fragments: Map[String, FragmentDefinition]): Result[Query]

Attributes

Source:
compiler.scala

Attributes

Source:
compiler.scala

Parse a query String to a query algebra term.

Parse a query String to a query algebra term.

Yields a Query value on the right and accumulates errors on the left.

Attributes

Source:
compiler.scala

Attributes

Source:
compiler.scala