gql.parser.QueryAst$.Selection$
See theSelection companion trait
object Selection
Attributes
- Companion
- trait
- Source
- QueryAst.scala
- Graph
-
- Supertypes
- Self type
-
Selection.type
Members list
Type members
Classlikes
final case class FieldSelection[C](field: Field[C], c: C) extends Selection[C]
Attributes
- Source
- QueryAst.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Selection[C]class Objecttrait Matchableclass AnyShow all
final case class FragmentSpreadSelection[C](fragmentSpread: FragmentSpread[C], c: C) extends Selection[C]
Attributes
- Source
- QueryAst.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Selection[C]class Objecttrait Matchableclass AnyShow all
final case class InlineFragmentSelection[C](inlineFragment: InlineFragment[C], c: C) extends Selection[C]
Attributes
- Source
- QueryAst.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Selection[C]class Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
In this article