EventMutationService

class EventMutationService<C : KlerkContext, V>(klerk: Klerk<C, V>, contextFactory: suspend (GraphQLContext) -> C) : Mutation

Constructors

Link copied to clipboard
constructor(klerk: Klerk<C, V>, contextFactory: suspend (GraphQLContext) -> C)

Functions

Link copied to clipboard
suspend fun createCommand(event: String, model: ID?, paramsJson: String, dryRun: Boolean, env: DataFetchingEnvironment): DataFetcherResult<CreateCommandResponse?>