Compiled

gql.client.Query$.Compiled
See theCompiled companion object
final case class Compiled[A](decoder: Decoder[A], query: String, variables: Option[Json])

Attributes

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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Query.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product