Operation

gql.client.codegen.Operation
final case class Operation(operationType: OperationType, ti: TypeIntro, vars: Option[VariableType]) extends Toplevel

Attributes

Source
Ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Toplevel
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val companion: Doc

Attributes

Source
Ast.scala
val compiled: Doc

Attributes

Source
Ast.scala
val docs: List[Doc]

Attributes

Source
Ast.scala
val operationTypePath: String

Attributes

Source
Ast.scala
val ot: String

Attributes

Source
Ast.scala
val qe: String

Attributes

Source
Ast.scala
val queryExpr: Doc

Attributes

Source
Ast.scala
val sel: Doc

Attributes

Source
Ast.scala
val tcName: Doc

Attributes

Source
Ast.scala
val varIntro: String

Attributes

Source
Ast.scala