MutationFieldExecutionContext

An ExecutionContext provided to mutation resolvers

Functions

Link copied to clipboard
abstract suspend fun <T : Mutation> mutation(selections: SelectionSet<T>): T

load the provided SelectionSet and return the response