Event Mutation Service
class EventMutationService<C : KlerkContext, V>(klerk: Klerk<C, V>, contextFactory: suspend (GraphQLContext) -> C) : Mutation
Functions
Link copied to clipboard
suspend fun createCommand(event: String, model: ID?, paramsJson: String, dryRun: Boolean, env: DataFetchingEnvironment): DataFetcherResult<CreateCommandResponse?>