FragmentDefinition

caliban.parsing.adt.Definition.ExecutableDefinition.FragmentDefinition
final case class FragmentDefinition(name: String, typeCondition: NamedType, directives: List[Directive], selectionSet: List[Selection]) extends ExecutableDefinition

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