InputObjectTypeExtension

caliban.parsing.adt.Definition.TypeSystemExtension.TypeExtension.InputObjectTypeExtension
final case class InputObjectTypeExtension(name: String, directives: List[Directive], fields: List[InputValueDefinition]) extends TypeExtension

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product