-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
type: refactorCode changes that have no impact on usersCode changes that have no impact on users
Description
Hi, i just noticed, that you require google guava for graphql-kotlin-schema-generator.
But you only use one class CaseFormat from the ~2.6M library.
Would it make sense to implement the directive name normalizing directly and remove the dependency?
Or is this perhaps a valid replacement: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/decapitalize.html ?
Found in version: 1.3.0
Metadata
Metadata
Assignees
Labels
type: refactorCode changes that have no impact on usersCode changes that have no impact on users