Query
gql.client.Query$
object Query
Attributes
- Source
- Query.scala
- Graph
-
- Supertypes
- Self type
-
Query.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- Query.scala
- Supertypes
object Compiled
Attributes
- Companion
- class
- Source
- Query.scala
- Supertypes
- Self type
-
Compiled.type
object Dec
Attributes
- Source
- Query.scala
- Supertypes
- Self type
-
Dec.type
object Render
Attributes
- Source
- Query.scala
- Supertypes
- Self type
-
Render.type
Value members
Concrete methods
Attributes
- Source
- Query.scala
Attributes
- Source
- Query.scala
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
Attributes
- Source
- Query.scala
Attributes
- Source
- Query.scala
Attributes
- Source
- Query.scala
Attributes
- Source
- Query.scala
In this article