Schema

Scalars

Enums

Objects

Input Objects

WebhookTopic (ENUM)

The topics for webhook subscriptions.

Schema Definition

enum WebhookTopic {   # The topic for the case PDF created webhook.
CASE_PDF_CREATED,    # The topic for the case results webhook.
CASE_RESULTS,  }