Compiled

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

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product