ExecutionPath

sangria.execution.ExecutionPath
See theExecutionPath companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(field: Field, parentType: ObjectType[_, _]): ExecutionPath

Attributes

Returns

last index in the path, if available

def marshal(m: ResultMarshaller): Node
def size: Int

Attributes

Returns

the size of the path excluding the indexes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

lazy val path: Vector[Any]