p
sangria
package sangria
Package Members
- package 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.
- See also
The parser conforms roughly to the June 2018 spec.