Skip to content

Commit

Permalink
node of edge should be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanhe committed Nov 5, 2023
1 parent 13f4d9d commit 6980048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function connectionDefinitions<T>(
fields: () => [
field({
name: 'node',
type: nonnull(nodeType),
type: nodeType,
description: 'The item at the end of the edge',
}),
field({
Expand Down

1 comment on commit 6980048

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes have been published to npm.

yarn add -E [email protected]

Please sign in to comment.