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.type
object Query.type
object Subscription.type

Members list

Concise view