OBJECT

WebhookTransactionMutation

Mutations that act on Webhook transactions.

link GraphQL Schema definition

  • type WebhookTransactionMutation {
  • # Resends a webhook transaction.
  • #
  • # Arguments
  • # id: The request_id of the webhook transaction to resend.
  • resend(id: String!): Boolean
  • }