Packages

p

caliban

execution

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ExecutionRequest(field: Field, operationType: OperationType, variableDefinitions: List[VariableDefinition]) extends Product with Serializable
  2. case class Field(name: String, fieldType: __Type, parentType: Option[__Type], alias: Option[String] = None, fields: List[Field] = Nil, conditionalFields: Map[String, List[Field]] = Map(), arguments: Map[String, InputValue] = Map(), locationInfo: LocationInfo = LocationInfo.origin) extends Product with Serializable
  3. case class FieldInfo(fieldName: String, path: List[Either[String, Int]], parentType: Option[__Type], returnType: __Type) extends Product with Serializable

Value Members

  1. object Executor
  2. object Field extends Serializable

Ungrouped