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

    enableWebhookSubscription

    Re-enable a subscription auto-disabled by failures; optionally replay the last 24h of failures.

    Arguments

    id ID! required
    UUID of the failure-disabled subscription to enable.
    replayFailedSince24h Boolean default true
    Replay the last 24h of failed deliveries (one attempt each). Default true.

    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.
    webhookSubscription WebhookSubscription
    The re-enabled subscription. Null on failure.