RootResolver

caliban.RootResolver$
See theRootResolver companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[Query](queryResolver: Query): RootResolver[Query, Unit, Unit]

Constructs a RootResolver with only a query resolver.

Constructs a RootResolver with only a query resolver.

Attributes

def apply[Query, Mutation](queryResolver: Query, mutationResolver: Mutation): RootResolver[Query, Mutation, Unit]

Constructs a RootResolver with a query resolver and a mutation resolver.

Constructs a RootResolver with a query resolver and a mutation resolver.

Attributes

def apply[Query, Mutation, Subscription](queryResolver: Query, mutationResolver: Mutation, subscriptionResolver: Subscription): RootResolver[Query, Mutation, Subscription]

Constructs a RootResolver with a query resolver, a mutation resolver and a subscription resolver.

Constructs a RootResolver with a query resolver, a mutation resolver and a subscription resolver.

Attributes