OBJECT
Mutations that act on Webhook transactions.
type WebhookTransactionMutation {# Resends a webhook transaction.# # Arguments# id: The request_id of the webhook transaction to resend.resend(id: String!): Boolean }