We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999c555 commit 54bc1b5Copy full SHA for 54bc1b5
graphql-kotlin-federation/src/main/kotlin/com/expediagroup/graphql/federation/FederatedSchemaGenerator.kt
@@ -24,7 +24,7 @@ import graphql.schema.GraphQLSchema
24
/**
25
* Generates federated GraphQL schemas based on the specified configuration.
26
*/
27
-class FederatedSchemaGenerator(generatorConfig: FederatedSchemaGeneratorConfig) : SchemaGenerator(generatorConfig) {
+open class FederatedSchemaGenerator(generatorConfig: FederatedSchemaGeneratorConfig) : SchemaGenerator(generatorConfig) {
28
29
30
* Scans specified packages for all the federated (extended) types and adds them to the schema additional types,
0 commit comments