IntrospectionInterfaceType

sangria.introspection.IntrospectionInterfaceType
See theIntrospectionInterfaceType companion object
case class IntrospectionInterfaceType(name: String, description: Option[String], fields: Seq[IntrospectionField], interfaces: Seq[IntrospectionNamedTypeRef], possibleTypes: Seq[IntrospectionNamedTypeRef]) extends IntrospectionType

Attributes

Companion
object
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

Concrete fields

val kind: Value