FragmentDefinition

sangria.ast.FragmentDefinition
case class FragmentDefinition(name: String, typeCondition: NamedType, directives: Vector[Directive], selections: Vector[Selection], variables: Vector[VariableDefinition], comments: Vector[Comment], trailingComments: Vector[Comment], location: Option[AstLocation]) extends Definition with ConditionalFragment with WithDirectives with SelectionContainer

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AstNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
AstNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields