caliban.validation

Members list

Type members

Classlikes

case class Context(document: Document, rootType: RootType, operations: List[OperationDefinition], fragments: Map[String, FragmentDefinition], selectionSets: List[Selection], variables: Map[String, InputValue])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Context

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Context.type
object FieldMap

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
FieldMap.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class SelectedField(parentType: `__Type`, selection: Field, fieldDef: `__Field`)

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type
object Validator

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Validator.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type FieldMap = Map[String, Set[SelectedField]]