Type alias WebhookLogsArgs

WebhookLogsArgs: {
    after?: InputMaybe<Scalars["String"]>;
    limit?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<WebhookLogOrderByInput>;
    skip?: InputMaybe<Scalars["Int"]>;
    where?: InputMaybe<WebhookLogsWhereInput>;
}

Type declaration

Generated using TypeDoc