sangria.ast.DefaultAstVisitor.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sangria-core_2.13 Show documentation
Show all versions of sangria-core_2.13 Show documentation
Scala GraphQL implementation
The newest version!
package sangria.ast
import sangria.visitor.VisitorCommand
case class DefaultAstVisitor(
override val onEnter: PartialFunction[AstNode, VisitorCommand] = PartialFunction.empty,
override val onLeave: PartialFunction[AstNode, VisitorCommand] = PartialFunction.empty
) extends AstVisitor
© 2015 - 2025 Weber Informatics LLC | Privacy Policy