SelectionSet

gql.client.SelectionSet
See theSelectionSet companion object
final case class SelectionSet[A](impl: FreeApply[Selection, ValidatedNec[String, A]]) extends SubQuery[A]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def emap[B](f: A => Either[String, B]): SelectionSet[B]

Attributes

Source:
Selection.scala
def vmap[B](f: A => ValidatedNec[String, B]): SelectionSet[B]

Attributes

Source:
Selection.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product