ParserConfig

sangria.parser.ParserConfig
See theParserConfig companion object
case class ParserConfig(experimentalFragmentVariables: Boolean, sourceIdFn: ParserInput => String, sourceMapperFn: CodeSourceToSourceMapperFunction, parseLocations: Boolean, parseComments: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Return a new configuration that uses the empty source ID generator.

Return a new configuration that uses the empty source ID generator.

Attributes

def withSourceMapper(fn: (String, ParserInput) => Option[SourceMapper]): ParserConfig

Return a new configuration that uses the empty source mapper.

Return a new configuration that uses the empty source mapper.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product