Skip to content

Commit 57be572

Browse files
committed
Added unit test to verify incorrect ID input when used in list
1 parent d4fe298 commit 57be572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/graphql/kickstart/tools/BuiltInLongIdSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class BuiltInLongIdSpec extends Specification {
5252
def data = Utils.assertNoGraphQlErrors(gql) {
5353
'''
5454
{
55-
itemsByLongIds(id: [1,2,3]) {
55+
itemsByLongIds(ids: [1,2,3]) {
5656
id
5757
}
5858
}

0 commit comments

Comments
 (0)