All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sangria.parser.package.scala Maven / Gradle / Ivy

There is a newer version: 4.2.5
Show newest version
package sangria

/** GraphQL parser for Scala.
  *
  * A parser for the GraphQL language. It returns nodes from its corresponding AST library.
  *
  * The entry point of this library is the [[QueryParser]] object's methods.
  *
  * @see
  *   The parser conforms roughly to the [[https://spec.graphql.org/June2018/ June 2018 spec]].
  */
package object parser {

  @deprecated("please use `sangria.ast.SourceMapper`", "3.0.0")
  type SourceMapper = sangria.ast.SourceMapper
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy