DirectiveDef

grackle.DirectiveDef
See theDirectiveDef companion object
case class DirectiveDef(name: String, description: Option[String], args: List[InputValue], isRepeatable: Boolean, locations: List[DirectiveLocation])

The Directive type represents a Directive that a server supports.

Attributes

See also

https://facebook.github.io/graphql/draft/#sec-The-Directive-Type

Companion
object
Source
schema.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