Skip to content

Commit

Permalink
Add @deprecated inclusion check to FederationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sachindshinde committed Mar 27, 2020
1 parent 1ebb028 commit 3a0c369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema {

type Money {
amount: Int!
currencyCode: String!
currencyCode: String! @deprecated(reason : "dummy")
}

type Product @key(fields : "upc") {
Expand Down

0 comments on commit 3a0c369

Please sign in to comment.