Skip to content

Commit 4e8bf04

Browse files
committed
fix examples
1 parent 493b2e7 commit 4e8bf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client/server/src/main/kotlin/com/expediagroup/graphql/examples/client/server/CustomFederatedHooks.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import java.util.UUID
1111
import kotlin.reflect.KType
1212

1313
@Component
14-
class CustomFederatedHooks(resolvers: List<FederatedTypeResolver>) : FederatedSchemaGeneratorHooks(resolvers, true) {
14+
class CustomFederatedHooks(resolvers: List<FederatedTypeResolver>) : FederatedSchemaGeneratorHooks(resolvers,) {
1515
override fun willGenerateGraphQLType(type: KType): GraphQLType? = when (type.classifier) {
1616
UUID::class -> graphqlUUIDType
1717
ULocale::class -> graphqlULocaleType

0 commit comments

Comments
 (0)