Directive

gql.Directive
See theDirective companion object
final case class Directive[A](name: String, arg: EmptyableArg[A])

A Directive takes an argument A and performs some context specific ast transformation.

Attributes

Companion
object
Source
Directive.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product