Skip to content

Commit

Permalink
test(alias): add failing tests to replicate issue americanexpress#19
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdrew committed Jul 11, 2018
1 parent 2a12146 commit f43b3c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ public class TestModel {
})
@GraphQLProperty(name = "testString", arguments = {@GraphQLArgument(name = "anotherOne")})
private String testString;
@GraphQLProperty(name = "testByte")
private Byte testByte;
@GraphQLProperty(name = "testShort")
private Short testShort;
private Integer testInteger;
private Long testLong;
Expand Down

0 comments on commit f43b3c2

Please sign in to comment.