Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HasErrors to IResolverContext #2814

Merged
merged 3 commits into from
Jan 5, 2021
Merged

Add HasErrors to IResolverContext #2814

merged 3 commits into from
Jan 5, 2021

Conversation

sergeyshaykhullin
Copy link
Contributor

@sergeyshaykhullin sergeyshaykhullin commented Jan 5, 2021

Introduces HasErrors to the IResolverContext interface.

The HasErrors property was already on the MiddlewareContext implementation and indicated that an error was raised in the pipeline. The property can use to abort the processing of a field pipeline in cases where an error was raised that was not caused by an exception.

@sergeyshaykhullin sergeyshaykhullin marked this pull request as draft January 5, 2021 17:23
@michaelstaib
Copy link
Member

/AzurePipelines run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@michaelstaib michaelstaib merged commit 627ebe4 into ChilliCream:main Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants