Packages

p

sangria

parser

package parser

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AggregateSourceMapper extends SourceMapper
  2. trait AlternativeDeliverySchemes extends AnyRef
  3. class DefaultSourceMapper extends SourceMapper
  4. trait DeliveryScheme[T] extends AnyRef
  5. trait Directives extends AnyRef
  6. trait Document extends AnyRef
  7. trait Fragments extends AnyRef
  8. trait Ignored extends PositionTracking
  9. trait Operations extends PositionTracking
  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, parseLocations: Boolean = true, parseComments: Boolean = true) extends Product with Serializable
  11. trait PositionTracking extends AnyRef
  12. class QueryParser extends Parser with Tokens with Ignored with Document with Operations with Fragments with Values with Directives with Types with TypeSystemDefinitions
  13. trait SourceMapper extends AnyRef
  14. case class SyntaxError(parser: Parser, input: ParserInput, originalError: ParseError) extends Exception with Product with Serializable
  15. trait Tokens extends StringBuilding with PositionTracking
  16. trait TypeSystemDefinitions extends AnyRef
  17. trait Types extends AnyRef
  18. trait Values extends AnyRef

Value Members

  1. object AggregateSourceMapper
  2. object DeliveryScheme extends AlternativeDeliverySchemes
  3. object ParserConfig extends Serializable
  4. object QueryParser

Ungrouped