Package

sangria

parser

Permalink

package parser

Visibility
  1. Public
  2. All

Type Members

  1. class AggregateSourceMapper extends SourceMapper

    Permalink
  2. trait AlternativeDeliverySchemes extends AnyRef

    Permalink
  3. class DefaultSourceMapper extends SourceMapper

    Permalink
  4. trait DeliveryScheme[T] extends AnyRef

    Permalink
  5. trait Directives extends AnyRef

    Permalink
  6. trait Document extends AnyRef

    Permalink
  7. trait Fragments extends AnyRef

    Permalink
  8. trait Ignored extends PositionTracking

    Permalink
  9. trait Operations extends PositionTracking

    Permalink
  10. case class ParserConfig(legacyImplementsInterface: Boolean = false, legacyEmptyFields: Boolean = false, experimentalFragmentVariables: Boolean = false, sourceIdFn: (ParserInput) ⇒ String = ParserConfig.defaultSourceIdFn, sourceMapperFn: (String, ParserInput) ⇒ Option[SourceMapper] = ParserConfig.defaultSourceMapperFn) extends Product with Serializable

    Permalink
  11. trait PositionTracking extends AnyRef

    Permalink
  12. class QueryParser extends Parser with Tokens with Ignored with Document with Operations with Fragments with Values with Directives with Types with TypeSystemDefinitions

    Permalink
  13. trait SourceMapper extends AnyRef

    Permalink
  14. case class SyntaxError(parser: Parser, input: ParserInput, originalError: ParseError) extends Exception with Product with Serializable

    Permalink
  15. trait Tokens extends StringBuilding with PositionTracking

    Permalink
  16. trait TypeSystemDefinitions extends AnyRef

    Permalink
  17. trait Types extends AnyRef

    Permalink
  18. trait Values extends AnyRef

    Permalink

Value Members

  1. object AggregateSourceMapper

    Permalink
  2. object DeliveryScheme extends AlternativeDeliverySchemes

    Permalink
  3. object ParserConfig extends Serializable

    Permalink
  4. object QueryParser

    Permalink

Ungrouped