Type alias WebhookLog

WebhookLog: {
    __typename?: "WebhookLog";
    attempts: Scalars["Int"];
    calledAt: Scalars["DateTime"];
    duration: Scalars["Float"];
    id: Scalars["String"];
    model?: Maybe<IModel>;
    requestPayload?: Maybe<Scalars["JSON"]>;
    responsePayload?: Maybe<Scalars["String"]>;
    responsePayloadSize?: Maybe<Scalars["Int"]>;
    statusCode: Scalars["Int"];
    triggerAction: WebhookTriggerAction;
}

Type declaration

Generated using TypeDoc