eclipse / microprofile-graphql

microprofile-graphql
Apache License 2.0
100 stars 40 forks source link

Add test casses for formatting arrays #211

Open phillip-kruger opened 4 years ago

phillip-kruger commented 4 years ago

Add a test case in the TCK to test transforming of numbers and dates for array returntypes and parameters.

phillip-kruger commented 4 years ago

@DateFormat() List dates

vs

@DateFormat() LocalDate[] dates