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
Show all

Members list

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product