GQLValueType
caliban.schema.Annotations.GQLValueType
case class GQLValueType(isScalar: Boolean) extends StaticAnnotation
Annotation to make a case class redirect to its inner type. The Schema
of the inner type will be used, unless isScalar
is true in which case a scalar with the name of the parent case class will be created.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any
Members list
In this article