Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    Mutation

    redeliverWebhookDelivery

    Manually replay a terminal failed delivery (one-shot).

    Arguments

    deliveryId ID! required
    UUID of the failed delivery to replay.

    Returns

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    userErrors [UserError!]!
    List of user-facing errors. Empty on success.
    webhookDelivery WebhookDelivery
    The re-enqueued delivery. Null on failure.