Type alias AgentMetricsAuditLogsArgs

AgentMetricsAuditLogsArgs: {
    limit?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<AuditLogOrderByInput>;
    skip?: InputMaybe<Scalars["Int"]>;
}

Type declaration

Generated using TypeDoc