Replies: 1 comment 2 replies
-
This is not possible, and I am not looking to add such an option. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I force execution to stop on the first occurrence of an error?
In the documentation, it says that GraphQL is forgiving to Execution errors, however, I'd like it to be non-forgiving and stops at first error occurrence.
The current behavior results in a huge array size when these debug flags are set
DebugFlag::INCLUDE_DEBUG_MESSAGE | DebugFlag::INCLUDE_TRACE
and there are multiple entries which causes the PHP script to be exited for exceeding memory limit and it makes it difficult to debug errors.Beta Was this translation helpful? Give feedback.
All reactions