UntypedSubscription

grackle.UntypedOperation.UntypedSubscription
case class UntypedSubscription(name: Option[String], query: Query, variables: UntypedVarDefs, directives: List[Directive]) extends UntypedOperation

Attributes

Source
operation.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
def rootTpe(schema: Schema): Result[NamedType]

Attributes

Inherited from:
UntypedOperation
Source
operation.scala