apollo-server icon indicating copy to clipboard operation
apollo-server copied to clipboard

feat: Allow configuration of graphql execution options(maxCoercionErrors)

Open cristunaranjo opened this issue 6 months ago • 3 comments
trafficstars

Closes https://github.com/apollographql/apollo-server/issues/8061

This PR introduces de ability to configure the graphql execution option maxCoercionErrors to control how many errors we want to allow in coercion phase. Currently, it defaults to 50 on graphql.

cristunaranjo avatar May 09 '25 11:05 cristunaranjo

@cristunaranjo: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

apollo-cla avatar May 09 '25 11:05 apollo-cla

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codesandbox-ci[bot] avatar May 09 '25 11:05 codesandbox-ci[bot]

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 22b92a34196776437cda26ba

svc-apollo-docs avatar May 09 '25 11:05 svc-apollo-docs

This looks like a good improvement. It is backwards-compatible, so I'm not going to rush to get it in before releasing v5. It needs docs.

glasser avatar Jul 03 '25 23:07 glasser

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 1 changed, 0 removed
* (developer-tools)/apollo-mcp-server/(latest)/command-reference.mdx

Build ID: a19119dfcf8786f7a57641ab

URL: https://www.apollographql.com/docs/deploy-preview/a19119dfcf8786f7a57641ab

apollo-librarian[bot] avatar Jul 07 '25 18:07 apollo-librarian[bot]

@cristunaranjo I would like to personally apologize for the runaround commits caused by the AI Style Review 🥲 We're still working on improving this! Judging from your commits, it looks like it would benefit from going a step further and reviewing its own suggestions so that it can make just one validated suggestion in one go and prevent all those commits. Thanks for your patience!

mabuyo avatar Oct 23 '25 14:10 mabuyo