BatchExecutionPlan

sangria.execution.batch.BatchExecutionPlan$
See theBatchExecutionPlan companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Export(exportedName: String, path: Vector[String], astDirective: Directive, resultType: OutputType[_])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ExportFragment(fragmentName: String, variableUsages: Vector[VariableUsage], exports: Vector[Export], fragmentSpreads: Set[SpreadInfo])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ExportOperation(operationName: String, variableDefs: Vector[VariableDefinition], variableUsages: Vector[VariableUsage], exports: Vector[Export], fragmentSpreads: Set[SpreadInfo])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SpreadInfo(fragmentName: String, path: Vector[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror