Skip to content

Commit 10ada93

Browse files
committed
Add @deprecated inclusion check to FederationTest
1 parent 3f86048 commit 10ada93

File tree

1 file changed

+1
-1
lines changed
  • graphql-java-support/src/test/resources/com/apollographql/federation/graphqljava/schemas

1 file changed

+1
-1
lines changed

graphql-java-support/src/test/resources/com/apollographql/federation/graphqljava/schemas/product.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema {
44

55
type Money {
66
amount: Int!
7-
currencyCode: String!
7+
currencyCode: String! @deprecated(reason : "dummy")
88
}
99

1010
type Product @key(fields : "upc") {

0 commit comments

Comments
 (0)