QueryParser

grackle.QueryParser
See theQueryParser companion object
trait QueryParser

GraphQL query parser

Attributes

Companion
object
Source
compiler.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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.

Attributes

Source
compiler.scala

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.

Attributes

Source
compiler.scala