We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
items: [Type]
items: [Type!]
1 parent 64c01da commit 4a34302Copy full SHA for 4a34302
src/preparePaginationType.js
@@ -58,7 +58,7 @@ export function preparePaginationTC<TSource, TContext>(
58
description: 'Total object count.',
59
},
60
items: {
61
- type: () => [tc],
+ type: () => tc.getTypeNonNull().getTypePlural(),
62
description: 'Array of objects.',
63
64
pageInfo: {
0 commit comments