29 lines
464 B
GraphQL
29 lines
464 B
GraphQL
query ActionLogPage {
|
|
viewer {
|
|
isAdminAlias
|
|
login
|
|
}
|
|
actionLog {
|
|
objects {
|
|
name
|
|
displayName
|
|
enabled
|
|
actions {
|
|
displayName
|
|
enabled
|
|
}
|
|
}
|
|
rotate {
|
|
type
|
|
records
|
|
period {
|
|
value
|
|
unit
|
|
}
|
|
}
|
|
minDate {
|
|
year
|
|
}
|
|
}
|
|
}
|