diff --git a/src/relay.ts b/src/relay.ts index a96b579..baf715c 100644 --- a/src/relay.ts +++ b/src/relay.ts @@ -161,7 +161,7 @@ export function connectionDefinitions( fields: () => [ field({ name: 'node', - type: nonnull(nodeType), + type: nodeType, description: 'The item at the end of the edge', }), field({