Directive

sangria.schema.Directive
case class Directive(name: String, description: Option[String], arguments: List[Argument[_]], locations: Set[Value], repeatable: Boolean, shouldInclude: DirectiveContext => Boolean) extends HasArguments, Named

Value parameters

description

A description of this schema element that can be presented to clients of the GraphQL service.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Named
trait HasArguments
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def rename(newName: String): Directive.this.type

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product