Skip to content

Commit

Permalink
feature: add UUID Scalar into new configuration group dgs.graphql.ext…
Browse files Browse the repository at this point in the history
…ensions.scalars.ids.enabled
  • Loading branch information
setchy committed Apr 30, 2022
1 parent e4de51e commit 3f3a9d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -135,7 +135,6 @@ open class DgsExtendedScalarsAutoConfiguration {
}
}


@ConditionalOnProperty(
prefix = "dgs.graphql.extensions.scalars.ids",
name = ["enabled"],
Expand Down
Expand Up @@ -38,7 +38,6 @@ internal class DgsExtendedScalarsAutoConfigurationTests {
.hasSingleBean(DgsExtendedScalarsAutoConfiguration.ObjectsExtendedScalarsAutoConfiguration::class.java)
.hasSingleBean(DgsExtendedScalarsAutoConfiguration.TimeExtendedScalarsAutoConfiguration::class.java)
.hasSingleBean(DgsExtendedScalarsAutoConfiguration.IDsExtendedScalarsAutoConfiguration::class.java)

}
}

Expand Down

0 comments on commit 3f3a9d4

Please sign in to comment.