grackle.Ast.OperationDefinition
See theOperationDefinition companion trait
object OperationDefinition
Attributes
- Companion
- trait
- Source
- ast.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OperationDefinition.type
Members list
Type members
Classlikes
case class Operation(operationType: OperationType, name: Option[Name], variables: List[VariableDefinition], directives: List[Directive], selectionSet: List[Selection]) extends OperationDefinition
Attributes
- Source
- ast.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OperationDefinitiontrait ExecutableDefinitiontrait Definitionclass Objecttrait Matchableclass AnyShow all
case class QueryShorthand(selectionSet: List[Selection]) extends OperationDefinition
Attributes
- Source
- ast.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OperationDefinitiontrait ExecutableDefinitiontrait Definitionclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
In this article