WebhookPayload
No description
interface WebhookPayload { uuid: String! event: WebhookEvent! date: Time!}Fields
Section titled “Fields”WebhookPayload.uuid ● String!non-nullscalar {#uuid}
Section titled “WebhookPayload.uuid ● String! {#uuid}”WebhookPayload.event ● WebhookEvent!non-nullenum {#event}
Section titled “WebhookPayload.event ● WebhookEvent! {#event}”WebhookPayload.date ● Time!non-nullscalar {#date}
Section titled “WebhookPayload.date ● Time! {#date}”Returned By
Section titled “Returned By”webhook query
Implemented By
Section titled “Implemented By”GitEvent object ● RepositoryEvent object