gql.client.Selection$
See theSelection companion trait
object Selection
Attributes
- Companion
- trait
- Source
- Selection.scala
- Graph
-
- Supertypes
- Self type
-
Selection.type
Members list
Type members
Classlikes
Attributes
- Source
- Selection.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Selection[A]class Objecttrait Matchableclass AnyShow all
final case class FragmentSpread[A](fr: Fragment[A], directives: List[Directive[Unit, AnyValue]]) extends Selection[Option[A]]
Attributes
- Source
- Selection.scala
- Supertypes
final case class InlineFragment[A](on: String, subSelection: SelectionSet[A], directives: List[Directive[Unit, AnyValue]]) extends Selection[Option[A]]
Attributes
- Source
- Selection.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
In this article