InputValue

case class InputValue(name: String, description: Option[String], tpe: Type, defaultValue: Option[Value])
Value parameters:
defaultValue

a String encoding (using the GraphQL language) of the default value used by this input value in the condition a value is not provided at runtime.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product