RequestAuditLogInput
No description
input RequestAuditLogInput {
authentication: AuthenticationInput
toDate: String
fromDate: String
}
Fields
RequestAuditLogInput.authentication ● AuthenticationInput input
The authentication tokens for the user (optional for API key users)
RequestAuditLogInput.toDate ● String scalar
The end date from date in ISO format e.g. '2022-11-29T16:52:03.892Z'. Will default to now
RequestAuditLogInput.fromDate ● String scalar
The initial from date in ISO format e.g. '2022-11-29T16:52:03.892Z'. Will default to one month ago
Member Of
requestAuditLog mutation