diff --git a/graphql-java-support/src/test/resources/com/apollographql/federation/graphqljava/schemas/product.graphql b/graphql-java-support/src/test/resources/com/apollographql/federation/graphqljava/schemas/product.graphql index 7f96ecfb..f5e2213e 100644 --- a/graphql-java-support/src/test/resources/com/apollographql/federation/graphqljava/schemas/product.graphql +++ b/graphql-java-support/src/test/resources/com/apollographql/federation/graphqljava/schemas/product.graphql @@ -4,7 +4,7 @@ schema { type Money { amount: Int! - currencyCode: String! + currencyCode: String! @deprecated(reason : "dummy") } type Product @key(fields : "upc") {