Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Feb 21, 2023
1 parent 09f183e commit 0b226b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin-dataloader/tests/example/schema/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ builder.queryFields((t) => ({
args: {
ids: t.arg.globalIDList({ for: [LoadableParseRef] }),
},
// TODO: type & implement this correctly based on the "for"
resolve: (source, args) => args.ids?.map((id) => id.id) ?? [],
}),
}));

0 comments on commit 0b226b8

Please sign in to comment.