Sangria

Members list

Packages

package sangria.parser

GraphQL parser for Scala.

GraphQL parser for Scala.

A parser for the GraphQL language. It returns nodes from its corresponding AST library.

The entry point of this library is the QueryParser object's methods.

Attributes

See also

The parser conforms roughly to the June 2018 spec.

In this article