Skip to content

Commit 0962f8f

Browse files
authored
test change
1 parent ece4f21 commit 0962f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ open class FederatedSchemaGenerator(generatorConfig: FederatedSchemaGeneratorCon
3939
additionalInputTypes: Set<KType>,
4040
schemaObject: TopLevelObject?
4141
): GraphQLSchema {
42+
// CHANGE TO TRIGGER FED COMPATIBILITY TEST
4243
addAdditionalTypesWithAnnotation(KeyDirective::class, inputType = false)
4344
return super.generateSchema(queries, mutations, subscriptions, additionalTypes, additionalInputTypes, schemaObject)
4445
}

0 commit comments

Comments
 (0)