Packages

  • package root
    Definition Classes
    root
  • 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.

    Definition Classes
    root
    See also

    the Sangria home page

  • package annotations
  • package ast
  • package execution
  • package introspection
  • package macros
  • package marshalling
  • package renderer
  • package 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.

  • package util
  • package validation
p

sangria

package sangria

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

the Sangria home page

Linear Supertypes
AnyRef, Any

Package Members

  1. package annotations
  2. package ast
  3. package execution
  4. package introspection
  5. package macros
  6. package marshalling
  7. package renderer
  8. package 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.

  9. package util
  10. package validation

Inherited from AnyRef

Inherited from Any

Ungrouped