PartiallyAppliedFieldWithArgs

caliban.schema.PartiallyAppliedFieldWithArgs
case class PartiallyAppliedFieldWithArgs[V, A](name: String, description: Option[String], directives: List[Directive])

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product