Magidoc

auditLogs
Query

A list of AuditLogs.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

afterIndex

Returns the elements in the list that come after the specified index.

before

Returns the elements in the list that come before the specified cursor.

beforeIndex

Returns the elements in the list that come before the specified index.

dataPath

A field path within the data object to be used to filter the audit logs.

dateRange

The date range within which the logs were created.

first

Returns the first n elements from the list.

fullText

Full text search query for audit logs.

last

Returns the last n elements from the list.

orderBy

The order in which audit logs should be returned.

subjectId

The ID of the subject associated with the logs.

types

The types of audit logs to filter by.

userIds

[ ID !]

The IDs of the users associated with the logs.

Response

#

Returns AuditLogConnection .

Example

#

3