caliban.validation

Members list

Concise view

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Context

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Types

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