Fragment

gql.client.Selection$.Fragment
final case class Fragment[A](name: String, on: String, matchAlso: Chain[String], subSelection: SelectionSet[A]) extends Selection[Option[A]]

Attributes

Source:
Selection.scala
Graph
Supertypes
trait Product
trait Equals
trait Selection[Option[A]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source:
Selection.scala