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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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