`__InputValue`

caliban.introspection.adt.`__InputValue`
case class `__InputValue`(name: String, description: Option[String], `type`: () => `__Type`, defaultValue: Option[String], isDeprecated: Boolean, deprecationReason: Option[String], directives: Option[List[Directive]])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product