OperationType

sangria.ast.OperationType
See theOperationType companion object
sealed trait OperationType

A type of operation in a GraphQL model.

Every GraphQL operation is either a query, mutation or subscription.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Mutation
object Query
object Subscription
In this article