AsyncReportRequestResponse
No description
type AsyncReportRequestResponse {
email: String
requestId: String!
}
Fields
AsyncReportRequestResponse.email ● String scalar
The email who will receive the auditLog
AsyncReportRequestResponse.requestId ● String! non-null scalar
A unique identifier for this request
Returned By
requestAuditLog mutation