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