FragmentSpread

gql.client.Selection$.FragmentSpread
final case class FragmentSpread[A](fr: Fragment[A], directives: List[Directive[Unit, AnyValue]]) extends Selection[Option[A]]

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
Selection.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product