package com.cubetiqs.graphql.demo.config import org.springframework.context.annotation.Configuration import org.springframework.scheduling.annotation.EnableAsync import org.springframework.transaction.annotation.EnableTransactionManagement @Configuration @EnableTransactionManagement @EnableAsync class ManagementConfig