Directive

caliban.client.Selection.Directive
case class Directive(name: String, arguments: List[Argument[_]])

Attributes

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product