Skip to content

Commit 96bf47f

Browse files
authored
Open FederatedSchemaGenerator (ExpediaGroup#598)
1 parent a3bff14 commit 96bf47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kotlin-federation/src/main/kotlin/com/expediagroup/graphql/federation/FederatedSchemaGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import graphql.schema.GraphQLSchema
2424
/**
2525
* Generates federated GraphQL schemas based on the specified configuration.
2626
*/
27-
class FederatedSchemaGenerator(generatorConfig: FederatedSchemaGeneratorConfig) : SchemaGenerator(generatorConfig) {
27+
open class FederatedSchemaGenerator(generatorConfig: FederatedSchemaGeneratorConfig) : SchemaGenerator(generatorConfig) {
2828

2929
/**
3030
* Scans specified packages for all the federated (extended) types and adds them to the schema additional types,

0 commit comments

Comments
 (0)