Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 57d308e

Browse files
committed
use correct type in node query id argument
1 parent 0dda46e commit 57d308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/NodeQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function args()
3232
return [
3333
'id' => [
3434
'name' => 'id',
35-
'type' => Type::nonNull(Type::string())
35+
'type' => Type::nonNull(Type::id())
3636
]
3737
];
3838
}

0 commit comments

Comments
 (0)