OBJECT
The results of the webhook test.
type TestWebhookReply {# Describes whether the test was successful or not.isSuccessful: Boolean! # The information describing the error from the webhook test.errorInfo: ErrorInfo }