NamedQuery

gql.client.NamedQuery
final case class NamedQuery[A](name: String, query: SimpleQuery[A]) extends QueryLike

Attributes

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

Members list

Value members

Concrete methods

def compile: Compiled[A]

Attributes

Source
Query.scala

Attributes

Source
Query.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
QueryLike
Source
Query.scala

Concrete fields

lazy val queryString: String

Attributes

Source
Query.scala