@Component
@Transactional(propagation = Propagation.REQUIRES_NEW)
Contains all misc mutations
Functions
Link copied to clipboard
suspend fun createLegalInformation(input: CreateLegalInformationInput, dfe: DataFetchingEnvironment): LegalInformation
Creates a new LegalInformation, requires admin
Link copied to clipboard
suspend fun deleteLegalInformation(input: DeleteNodeInput, dfe: DataFetchingEnvironment): DeleteNodePayload
Deletes the specified LegalInformation, requires admin
Link copied to clipboard
suspend fun updateLegalInformation(input: UpdateLegalInformationInput, dfe: DataFetchingEnvironment): LegalInformation
Updates the specified LegalInformation, requires admin