PartiallyAppliedField

caliban.schema.PartiallyAppliedField
case class PartiallyAppliedField[V](name: String, description: Option[String], directives: List[Directive]) extends PartiallyAppliedFieldBase[V]

Attributes

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

Members list

Value members

Concrete methods

def either[R, V1](fn: V => Either[V1, Step[R]])(implicit ev: Schema[R, V1], ft: FieldAttributes): (`__Field`, V => Step[R])

Inherited methods

def apply[R, V1](fn: V => V1)(implicit ev: Schema[R, V1], ft: FieldAttributes): (`__Field`, V => Step[R])

Attributes

Inherited from:
PartiallyAppliedFieldBase
protected def makeField[R, V1](implicit ev: Schema[R, V1], ft: FieldAttributes): `__Field`

Attributes

Inherited from:
PartiallyAppliedFieldBase
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product