InputValue
grackle.InputValue
case class InputValue(name: String, description: Option[String], tpe: Type, defaultValue: Option[Value], directives: List[Directive])
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.
Attributes
- Source
- schema.scala
- Graph
-
- Supertypes
Members list
In this article