Skip to content

Commit 6bdbc15

Browse files
committed
chore(codegen): remove unnecessary function
1 parent c774823 commit 6bdbc15

File tree

1 file changed

+0
-6
lines changed
  • graphql-kotlin-toolkit-codegen/src/main/kotlin/com/auritylab/graphql/kotlin/toolkit/codegen/mapper

1 file changed

+0
-6
lines changed

graphql-kotlin-toolkit-codegen/src/main/kotlin/com/auritylab/graphql/kotlin/toolkit/codegen/mapper/GeneratedMapper.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ internal class GeneratedMapper(
5454
fun getValueWrapperName(): ClassName =
5555
buildClassName("V", "util")
5656

57-
/**
58-
* Will return the [ClassName] for the environment wrapper.
59-
*/
60-
fun getEnvironmentWrapperClassName(): ClassName =
61-
buildClassName("Env", "util")
62-
6357
/**
6458
* Will return the [MemberName] of the builder method for the given [inputObject].
6559
*/

0 commit comments

Comments
 (0)