FieldCollector

sangria.execution.FieldCollector
class FieldCollector[Ctx, Val](schema: Schema[Ctx, Val], document: Document, variables: Map[String, VariableValue], sourceMapper: Option[SourceMapper], valueCollector: ValueCollector[Ctx, _], exceptionHandler: ExceptionHandler)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def shouldIncludeNode(directives: Vector[Directive], selection: WithDirectives): Try[Boolean]