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 26, 2020
1 parent 3f86048 commit 10ada93
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 10ada93

Please sign in to comment.