Skip to content

@promster/[email protected]

Compare
Choose a tag to compare
@tdeekens tdeekens released this 16 Feb 09:09
· 442 commits to main since this release
b160353

Patch Changes

  • #868 7a084f2 Thanks @earnubs! - Fix GraphQL execution error counting

    This 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.