InlineFragment

sangria.ast.InlineFragment
case class InlineFragment(typeCondition: Option[NamedType], directives: Vector[Directive], selections: Vector[Selection], comments: Vector[Comment], trailingComments: Vector[Comment], location: Option[AstLocation]) extends Selection with ConditionalFragment with SelectionContainer

Attributes

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

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
AstNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product