logOrderBy

Specifies the sorting criteria for audit logs.

Examples

input LogOrderBy {
  field: String
  direction: Direction
}

Fields

Field
Description
Supported fields

field String

The field to sort by

direction Direction

The sort direction

References

Fields with this object:

Last updated