Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Apr 8, 2024
1 parent 912220a commit 12a5f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/core/createProxiedSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const createProxiedSchema = (

const fns: ProxiedSchemaFns = {
add: ({ resolvers: newResolvers }) => {
// @ts-ignore TODO: fix this
// @ts-ignore TODO(fixme): IResolvers type does not play well with our Resolvers
targetResolvers =
options.mergeResolvers ?
mergeResolvers([targetResolvers, newResolvers])
Expand Down

0 comments on commit 12a5f36

Please sign in to comment.