tdeekens
released this
16 Feb 09:09
·
442 commits
to main
since this release
Patch Changes
-
#868
7a084f2
Thanks @earnubs! - Fix GraphQL execution error countingThis fixes a bug which caused GraphQL errors thrown were not counted when
encountered in GraphQL execution phase.During the execution phase GraphQL request are fulfilled and can result in data or an error.
Additionally, the any error not handled would threw a plugin error due to a missing label
field_name
in the intial label set.