MutationCommand

interface MutationCommand<T>

Mutation command to handle mutation.

Parameters

T

Type of the return value from the mutation.

Inheritors

Types

Link copied to clipboard
interface Context<T>

Context for mutation command.

Functions

Link copied to clipboard
abstract suspend fun handle(ctx: MutationCommand.Context<T>)

Handles the mutation.