InputValue

edu.gemini.grackle.InputValue
case class InputValue(name: String, description: Option[String], tpe: Type, defaultValue: Option[Value])

Attributes

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.

Source:
schema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product