InlineFragment

gql.client.Selection$.InlineFragment
final case class InlineFragment[A](on: String, subSelection: SelectionSet[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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product