grackle.UntypedOperation
See theUntypedOperation companion trait
object UntypedOperation
Attributes
- Companion
- trait
- Source
- operation.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UntypedOperation.type
Members list
Type members
Classlikes
case class UntypedMutation(name: Option[String], query: Query, variables: UntypedVarDefs, directives: List[Directive]) extends UntypedOperation
Attributes
- Source
- operation.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UntypedOperationclass Objecttrait Matchableclass AnyShow all
case class UntypedQuery(name: Option[String], query: Query, variables: UntypedVarDefs, directives: List[Directive]) extends UntypedOperation
Attributes
- Source
- operation.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UntypedOperationclass Objecttrait Matchableclass AnyShow all
case class UntypedSubscription(name: Option[String], query: Query, variables: UntypedVarDefs, directives: List[Directive]) extends UntypedOperation
Attributes
- Source
- operation.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UntypedOperationclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
In this article