Query

gql.client.Query$
object Query

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

Companion:
object
Source:
Query.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Compiled

Attributes

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

Attributes

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

Attributes

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

Value members

Concrete methods

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[A, V]): ParameterizedQuery[A, V]

Attributes

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

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