fun getParentType()

in src/main/kotlin/com/netflix/dgs/plugin/DgsDataFetcher.kt [62:65]


        fun getParentType(method: PsiMethod): String? {
            val annotation = getDataFetcherAnnotation(method)
            return getParentType(annotation)
        }