ScalarExtension

grackle.ScalarExtension
case class ScalarExtension(baseType: String, directives: List[Directive]) extends TypeExtension

Scalar extensions allow additional directives to be applied to a pre-existing Scalar type

Attributes

See also

https://spec.graphql.org/draft/#sec-Scalar-Extensions

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