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 a3bff14 commit 96bf47fCopy full SHA for 96bf47f
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