Sangria
Members list
Concise view
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.
Attributes
- See also:
package sangria.ast
package sangria.execution
package sangria.execution.batch
package sangria.execution.deferred
package sangria.introspection
package sangria.macros
package sangria.marshalling
package sangria.renderer
package sangria.schema
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.
Attributes
package sangria.util
package sangria.validation
package sangria.validation.rules