Query

gql.client.Query$
object Query

Attributes

Source
Query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query.type

Members list

Type members

Classlikes

final case class Compiled[A](decoder: Decoder[A], query: String, variables: Option[JsonObject])

Attributes

Companion
object
Source
Query.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Compiled

Attributes

Companion
class
Source
Query.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Compiled.type
object Dec

Attributes

Source
Query.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Dec.type
object Render

Attributes

Source
Query.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Render.type

Value members

Concrete methods

Attributes

Source
Query.scala
def findSelectionFragments[A](selection: Selection[A]): List[Fragment[_]]

Attributes

Source
Query.scala
def matchAlias(typename: String): String

Attributes

Source
Query.scala
def named[A](operationType: OperationType, name: String, selectionSet: SelectionSet[A]): NamedQuery[A]

Attributes

Source
Query.scala
def parameterized[A, V](operationType: OperationType, name: String, vc: VariableClosure[V, A]): ParameterizedQuery[V, A]

Attributes

Source
Query.scala
def queryDecoder[A](ss: SelectionSet[A]): Decoder[A]

Attributes

Source
Query.scala

Attributes

Source
Query.scala
def renderQuery(sq: SimpleQuery[_], name: Option[String], variables: List[One[_]]): String

Attributes

Source
Query.scala
def simple[A](operationType: OperationType, selectionSet: SelectionSet[A]): SimpleQuery[A]

Attributes

Source
Query.scala