Sangria

Packages

package sangria

Sangria GraphQL server library.

Sangria GraphQL server library.

Sangria is a library that provides parsing, validation, execution and other services for GraphQL queries.

It typically requires other libraries to build a complete GraphQL service—including, perhaps, ones that provide a HTTP service interface and a database interface—as well as custom code to bridge the gap between data representations that are natural to the database vs. to the GraphQL schema.

See also:
package sangria.ast

Types that describe a GraphQL schema.

Types that describe a GraphQL schema.

In order to serve GraphQL, one needs to define a GraphQL schema built upon these types.

package sangria.util