ArgValue2

gql.ArgValue2
final case class ArgValue2[A](name: String, input: Eval[In[A]], defaultValue: Option[Value[Const]], description: Option[String])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def default(value: Value[Const]): ArgValue2[A]

Attributes

Source:
Arg.scala
def document(description: String): ArgValue2[A]

Attributes

Source:
Arg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product