Directive

case class Directive(name: String, arguments: List[Argument[_]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product