ArgValue

gql.ArgValue
final case class ArgValue[A](name: String, input: Eval[In[A]], defaultValue: Option[Value[Const, Unit]], 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, Unit]): ArgValue[A]

Attributes

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

Attributes

Source:
Arg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product