Argument

caliban.client.Argument
See theArgument companion object
case class Argument[+A](name: String, value: A, typeInfo: String)(implicit encoder: ArgEncoder[A])

Represents an argument in a GraphQL query. Requires an encoder for the argument type.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toGraphQL(useVariables: Boolean, dropNullInputValues: Boolean, variables: Map[String, (`__Value`, String)]): (String, Map[String, (`__Value`, String)])

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product